aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Rusakov <Kitsune-Ral@users.sf.net>2021-09-12 06:29:25 +0200
committerAlexey Rusakov <Kitsune-Ral@users.sf.net>2021-09-12 06:29:25 +0200
commit31c72a8ed620904867755b5370d881053ba060a7 (patch)
tree9580bac35d0faa601798d33862e519916b2add48
parente9214955da79c742ac7971239410b9809de869a7 (diff)
downloadlibquotient-31c72a8ed620904867755b5370d881053ba060a7.tar.gz
libquotient-31c72a8ed620904867755b5370d881053ba060a7.zip
0.6.9
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 00c15527..bf8797ae 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}.8" LANGUAGES CXX)
+project(Quotient VERSION "${API_VERSION}.9" LANGUAGES CXX)
option(${PROJECT_NAME}_INSTALL_TESTS "install quotest (former qmc-example) application" ON)
# https://github.com/quotient-im/libQuotient/issues/369