diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2020-08-02 19:46:59 +0200 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2020-08-02 19:47:19 +0200 |
commit | 896639f1e8b03b5d90e89a28c7d58596eb50df6a (patch) | |
tree | 1b60a6e34681f75ca784f8c93ab0c370433b605d | |
parent | 38f3f752d4cac7f155e25af36357a4c6445d885f (diff) | |
download | libquotient-896639f1e8b03b5d90e89a28c7d58596eb50df6a.tar.gz libquotient-896639f1e8b03b5d90e89a28c7d58596eb50df6a.zip |
Bump the API version
-rw-r--r-- | CMakeLists.txt | 2 |
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) |