diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2019-04-17 18:53:24 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2019-04-17 18:53:24 +0900 |
commit | 97cec65105cab43b95d76b73ebdab74f2e222d81 (patch) | |
tree | 2193a785186f9edfe8c72d97af85b2b26df9ac05 | |
parent | fa41fd7ef8b4706a65de73f8be3e9cff1b8b8014 (diff) | |
download | libquotient-97cec65105cab43b95d76b73ebdab74f2e222d81.tar.gz libquotient-97cec65105cab43b95d76b73ebdab74f2e222d81.zip |
Bump the version to 0.5.1.2
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2b55fc3f..6042267e 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}.1" LANGUAGES CXX) +project(qmatrixclient VERSION "${API_VERSION}.2" LANGUAGES CXX) option(QMATRIXCLIENT_INSTALL_EXAMPLE "install qmc-example application" ON) |