diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2020-10-23 18:20:41 +0200 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2020-10-23 18:20:41 +0200 |
commit | bc342225ebf6f6cee966684558422b5142662901 (patch) | |
tree | 383cbc2d51517b3090ff718c292c494b374316b2 | |
parent | 948be2ef2bf04e306fbb0e2c3e0a98f4151337a7 (diff) | |
download | libquotient-bc342225ebf6f6cee966684558422b5142662901.tar.gz libquotient-bc342225ebf6f6cee966684558422b5142662901.zip |
0.6.2
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index bc296481..83337343 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}.1" LANGUAGES CXX) +project(Quotient VERSION "${API_VERSION}.2" LANGUAGES CXX) option(${PROJECT_NAME}_INSTALL_TESTS "install quotest (former qmc-example) application" ON) # https://github.com/quotient-im/libQuotient/issues/369 |