diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2020-08-30 18:38:20 +0200 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2020-08-30 18:38:20 +0200 |
commit | b0f6671d212b8c8d0c9e310cf72f45445c261bf6 (patch) | |
tree | 0e738e4d177ee687e1f9a379b7ced9c82585c235 | |
parent | e9d04a5f527e823232807100966ed85b5d3360db (diff) | |
download | libquotient-b0f6671d212b8c8d0c9e310cf72f45445c261bf6.tar.gz libquotient-b0f6671d212b8c8d0c9e310cf72f45445c261bf6.zip |
Bump version in CMakeLists.txt to 0.6.1
The new release upcoming.
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 808899ba..bc296481 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}.0" LANGUAGES CXX) +project(Quotient VERSION "${API_VERSION}.1" LANGUAGES CXX) option(${PROJECT_NAME}_INSTALL_TESTS "install quotest (former qmc-example) application" ON) # https://github.com/quotient-im/libQuotient/issues/369 |