aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Rusakov <Kitsune-Ral@users.sf.net>2021-10-03 05:33:07 +0200
committerAlexey Rusakov <Kitsune-Ral@users.sf.net>2021-10-03 05:33:07 +0200
commitde11927581864a140e3a60e1ff4e8100e4235a6c (patch)
treedd5ee87a3a30c476e9edf2ebb22382e4a59c76fa
parentbc217e85058fbee1ec81f45e9ffea916f0f89270 (diff)
downloadlibquotient-de11927581864a140e3a60e1ff4e8100e4235a6c.tar.gz
libquotient-de11927581864a140e3a60e1ff4e8100e4235a6c.zip
0.6.10
-rw-r--r--CMakeLists.txt2
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