aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2018-05-06 10:47:22 +0900
committerKitsune Ral <Kitsune-Ral@users.sf.net>2018-05-06 10:47:22 +0900
commitf794be48f23770f438c66e84484fa54e267fcc96 (patch)
treec73d31d6385a4df55968ebae7d82f30ccac6bb6b
parenta8d2a73c771f188fc0fdc6351b4923af788317d5 (diff)
downloadlibquotient-f794be48f23770f438c66e84484fa54e267fcc96.tar.gz
libquotient-f794be48f23770f438c66e84484fa54e267fcc96.zip
CMakeLists.txt: Bump API version
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 935ba3dc..1e77105b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -119,7 +119,7 @@ set(example_SRCS examples/qmc-example.cpp)
add_library(QMatrixClient ${libqmatrixclient_SRCS}
${libqmatrixclient_job_SRCS} ${libqmatrixclient_def_SRCS})
-set(API_VERSION "0.2")
+set(API_VERSION "0.3")
set_property(TARGET QMatrixClient PROPERTY VERSION "${API_VERSION}.0")
set_property(TARGET QMatrixClient PROPERTY SOVERSION 0 )
set_property(TARGET QMatrixClient PROPERTY