diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-03-17 21:23:20 +0100 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-03-17 21:23:20 +0100 |
commit | 52092d332dbc8b300a70cb47cd3b4edd98a37149 (patch) | |
tree | 06108fbb7f141035b2b88ca750f31f8e90eec256 | |
parent | 6dc8bc05a95324de512ef7999b47507e712ccb76 (diff) | |
download | libquotient-52092d332dbc8b300a70cb47cd3b4edd98a37149.tar.gz libquotient-52092d332dbc8b300a70cb47cd3b4edd98a37149.zip |
0.6.6
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 53dfa445..10b73f4f 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}.5" LANGUAGES CXX) +project(Quotient VERSION "${API_VERSION}.6" LANGUAGES CXX) option(${PROJECT_NAME}_INSTALL_TESTS "install quotest (former qmc-example) application" ON) # https://github.com/quotient-im/libQuotient/issues/369 |