aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2017-11-02 15:17:55 +0300
committerKitsune Ral <Kitsune-Ral@users.sf.net>2017-11-02 15:17:55 +0300
commit7ba7e2072850a59f9797ea97a05c5139c743b88f (patch)
tree878cfa678cf361589989568b52ff61f32655d225
parent366a69f5c1ced61d270832a76233bda1fcdf0b6c (diff)
downloadlibquotient-7ba7e2072850a59f9797ea97a05c5139c743b88f.tar.gz
libquotient-7ba7e2072850a59f9797ea97a05c5139c743b88f.zip
Update the lib version for dynamic linking
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6163b7be..9804835c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -86,7 +86,7 @@ aux_source_directory(jobs/generated libqmatrixclient_job_SRCS)
set(example_SRCS examples/qmc-example.cpp)
add_library(qmatrixclient ${libqmatrixclient_SRCS} ${libqmatrixclient_job_SRCS})
-set_property(TARGET qmatrixclient PROPERTY VERSION "0.0.0")
+set_property(TARGET qmatrixclient PROPERTY VERSION "0.1.0")
set_property(TARGET qmatrixclient PROPERTY SOVERSION 0 )
target_link_libraries(qmatrixclient Qt5::Core Qt5::Network Qt5::Gui)