aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2020-03-27 17:30:48 +0100
committerKitsune Ral <Kitsune-Ral@users.sf.net>2020-03-27 17:30:48 +0100
commit0591b3d58f7cff90fd6dcfb54c01f04b6a4549a4 (patch)
tree87939492c56480db2f2c59319d27eb98d6ec636b
parent2216c5f844e5227976f4b0a8208c6c7e834934ae (diff)
downloadlibquotient-0591b3d58f7cff90fd6dcfb54c01f04b6a4549a4.tar.gz
libquotient-0591b3d58f7cff90fd6dcfb54c01f04b6a4549a4.zip
CMakeLists.txt: update version to 0.5.3
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ebde5186..34afb2dc 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.2" LANGUAGES CXX)
+project(qmatrixclient VERSION "0.5.3" LANGUAGES CXX)
option(QMATRIXCLIENT_INSTALL_EXAMPLE "install qmc-example application" ON)