diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2021-01-15 16:53:46 +0100 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2021-01-15 16:53:46 +0100 |
commit | a4e78956f105875625b572d8b98459ffa86fafe5 (patch) | |
tree | aebf4133aabf129f0f7aff1ff18d7806c6fee0f9 | |
parent | 24d14f297f72cbdfd4b2b93e2ab7986d5854a1c5 (diff) | |
download | libquotient-a4e78956f105875625b572d8b98459ffa86fafe5.tar.gz libquotient-a4e78956f105875625b572d8b98459ffa86fafe5.zip |
CMakeLists.txt: 0.6.4
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2ee1cb43..4e5fed7b 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}.3" LANGUAGES CXX) +project(Quotient VERSION "${API_VERSION}.4" LANGUAGES CXX) option(${PROJECT_NAME}_INSTALL_TESTS "install quotest (former qmc-example) application" ON) # https://github.com/quotient-im/libQuotient/issues/369 |