diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-10-03 05:33:07 +0200 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-10-03 05:33:07 +0200 |
commit | de11927581864a140e3a60e1ff4e8100e4235a6c (patch) | |
tree | dd5ee87a3a30c476e9edf2ebb22382e4a59c76fa | |
parent | bc217e85058fbee1ec81f45e9ffea916f0f89270 (diff) | |
download | libquotient-de11927581864a140e3a60e1ff4e8100e4235a6c.tar.gz libquotient-de11927581864a140e3a60e1ff4e8100e4235a6c.zip |
0.6.10
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index bf8797ae..4aa9a420 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}.9" LANGUAGES CXX) +project(Quotient VERSION "${API_VERSION}.10" LANGUAGES CXX) option(${PROJECT_NAME}_INSTALL_TESTS "install quotest (former qmc-example) application" ON) # https://github.com/quotient-im/libQuotient/issues/369 |