From b0f6671d212b8c8d0c9e310cf72f45445c261bf6 Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Sun, 30 Aug 2020 18:38:20 +0200 Subject: Bump version in CMakeLists.txt to 0.6.1 The new release upcoming. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3