From 89dfc6ea38c2dd20ce4647dafe3d581498f0df86 Mon Sep 17 00:00:00 2001 From: Alexey Rusakov Date: Tue, 12 Sep 2023 07:33:27 +0200 Subject: [PATCH] 0.8.1.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3fb9673d7..e217bf8c7 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.1" LANGUAGES CXX) +project(Quotient VERSION "${API_VERSION}.1.2" LANGUAGES CXX) message(STATUS) message(STATUS "Configuring ${PROJECT_NAME} ${PROJECT_VERSION} ==>")