From f937c9051a9f6be24aae7fe7f75aadd205b52a31 Mon Sep 17 00:00:00 2001 From: Alexey Rusakov Date: Fri, 18 Aug 2023 20:20:41 +0200 Subject: [PATCH] 0.8.1.1 Because 0.8.1 was shipped without changes made in this branch :( --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4cb5ffe72..3fb9673d7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_policy(SET CMP0092 NEW) endif() set(API_VERSION "0.8") -project(Quotient VERSION "${API_VERSION}.1" LANGUAGES CXX) +project(Quotient VERSION "${API_VERSION}.1.1" LANGUAGES CXX) message(STATUS) message(STATUS "Configuring ${PROJECT_NAME} ${PROJECT_VERSION} ==>")