aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2020-08-02 19:46:59 +0200
committerKitsune Ral <Kitsune-Ral@users.sf.net>2020-08-02 19:47:19 +0200
commit896639f1e8b03b5d90e89a28c7d58596eb50df6a (patch)
tree1b60a6e34681f75ca784f8c93ab0c370433b605d
parent38f3f752d4cac7f155e25af36357a4c6445d885f (diff)
downloadlibquotient-896639f1e8b03b5d90e89a28c7d58596eb50df6a.tar.gz
libquotient-896639f1e8b03b5d90e89a28c7d58596eb50df6a.zip
Bump the API version
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 808899ba..9d08fff3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -3,7 +3,7 @@ if (POLICY CMP0092)
cmake_policy(SET CMP0092 NEW)
endif()
-set(API_VERSION "0.6")
+set(API_VERSION "0.7")
project(Quotient VERSION "${API_VERSION}.0" LANGUAGES CXX)
option(${PROJECT_NAME}_INSTALL_TESTS "install quotest (former qmc-example) application" ON)