diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-02-21 22:28:57 +0100 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-02-21 22:28:57 +0100 |
commit | b5b2d95ce2c8cf164177a86d6293809ff049ca0a (patch) | |
tree | 18ccfc887ccec7cb9f32d47261fa1d534e26dfb5 | |
parent | 789433971a83a2d5ccad43e28402cd2bbbe0d640 (diff) | |
download | libquotient-b5b2d95ce2c8cf164177a86d6293809ff049ca0a.tar.gz libquotient-b5b2d95ce2c8cf164177a86d6293809ff049ca0a.zip |
0.6.5
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 4e5fed7b..53dfa445 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_policy(SET CMP0092 NEW) endif() set(API_VERSION "0.6") -project(Quotient VERSION "${API_VERSION}.4" LANGUAGES CXX) +project(Quotient VERSION "${API_VERSION}.5" LANGUAGES CXX) option(${PROJECT_NAME}_INSTALL_TESTS "install quotest (former qmc-example) application" ON) # https://github.com/quotient-im/libQuotient/issues/369 |