aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2020-12-24 19:27:43 +0100
committerKitsune Ral <Kitsune-Ral@users.sf.net>2020-12-24 19:27:43 +0100
commit58e260ef9b081344db8b375d20dbbf015350a3c8 (patch)
tree4f6fcf700910d29d88c9d405bed883afbbcfeaff
parentde2fa43fc7cc89b4a45cbd885866b5ca747751ef (diff)
downloadlibquotient-58e260ef9b081344db8b375d20dbbf015350a3c8.tar.gz
libquotient-58e260ef9b081344db8b375d20dbbf015350a3c8.zip
Bump the version to 0.6.3
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 83337343..2ee1cb43 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}.2" LANGUAGES CXX)
+project(Quotient VERSION "${API_VERSION}.3" LANGUAGES CXX)
option(${PROJECT_NAME}_INSTALL_TESTS "install quotest (former qmc-example) application" ON)
# https://github.com/quotient-im/libQuotient/issues/369