diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2019-05-22 08:23:06 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2019-05-22 08:23:06 +0900 |
commit | 681203f951d13e9e8eaf772435cac28c6d74cd42 (patch) | |
tree | 967314ef07701b5a2cce22a9d7e636724996a256 | |
parent | 432dc68bb0dd4d37542f3fcc2b83309a927362f0 (diff) | |
download | libquotient-681203f951d13e9e8eaf772435cac28c6d74cd42.tar.gz libquotient-681203f951d13e9e8eaf772435cac28c6d74cd42.zip |
Version 0.5.2
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6042267e..b2536f1b 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 "${API_VERSION}.2" LANGUAGES CXX) +project(qmatrixclient VERSION "0.5.2" LANGUAGES CXX) option(QMATRIXCLIENT_INSTALL_EXAMPLE "install qmc-example application" ON) |