aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2020-04-01 18:49:48 +0200
committerKitsune Ral <Kitsune-Ral@users.sf.net>2020-04-01 18:49:48 +0200
commitc4bbd187b8dac480230848906c31c4a0bc24663e (patch)
tree0d682bdd8049fb3c8a1eba7f2d0d96ff1235011d
parentf0c5016656c4b2ddd26be5522b735a7959469ed1 (diff)
downloadlibquotient-c4bbd187b8dac480230848906c31c4a0bc24663e.tar.gz
libquotient-c4bbd187b8dac480230848906c31c4a0bc24663e.zip
CMakeLists.txt: bump API_VERSION; prepare for 0.5.3.2
Because new API has been introduced in 0.5.3.
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index fc54cd81..e503bc5f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.1)
-set(API_VERSION "0.5.1") # Normally it should just include major.minor
-project(qmatrixclient VERSION "0.5.3.1" LANGUAGES CXX)
+set(API_VERSION "0.5.3") # Normally it should just include major.minor
+project(qmatrixclient VERSION "0.5.3.2" LANGUAGES CXX)
option(QMATRIXCLIENT_INSTALL_EXAMPLE "install qmc-example application" ON)