diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2017-11-02 15:17:55 +0300 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2017-11-02 15:17:55 +0300 |
commit | 7ba7e2072850a59f9797ea97a05c5139c743b88f (patch) | |
tree | 878cfa678cf361589989568b52ff61f32655d225 | |
parent | 366a69f5c1ced61d270832a76233bda1fcdf0b6c (diff) | |
download | libquotient-7ba7e2072850a59f9797ea97a05c5139c743b88f.tar.gz libquotient-7ba7e2072850a59f9797ea97a05c5139c743b88f.zip |
Update the lib version for dynamic linking
-rw-r--r-- | CMakeLists.txt | 2 |
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) |