diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2019-03-13 18:10:36 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2019-03-13 18:10:36 +0900 |
commit | d9452a731a1983d9b5d3f8cd419b09299c30996e (patch) | |
tree | f7123830adabc1506eb679dd69b1772a4d1c1ee4 | |
parent | b6b4b5e82c8984c0c7e29c4ccf5c2d25cda563f9 (diff) | |
download | libquotient-d9452a731a1983d9b5d3f8cd419b09299c30996e.tar.gz libquotient-d9452a731a1983d9b5d3f8cd419b09299c30996e.zip |
Bump API_VERSION to 0.6
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d2d8c218..e01f1f6c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -145,7 +145,7 @@ add_library(QMatrixClient ${libqmatrixclient_SRCS} ${libqmatrixclient_job_SRCS} ${libqmatrixclient_csdef_SRCS} ${libqmatrixclient_cswellknown_SRCS} ${libqmatrixclient_asdef_SRCS} ${libqmatrixclient_isdef_SRCS}) -set(API_VERSION "0.5") +set(API_VERSION "0.6") set_property(TARGET QMatrixClient PROPERTY VERSION "${API_VERSION}.0") set_property(TARGET QMatrixClient PROPERTY SOVERSION ${API_VERSION} ) set_property(TARGET QMatrixClient PROPERTY |