From f38f5e7c44405cdc2c4f2c49f9982f459103bb60 Mon Sep 17 00:00:00 2001 From: Alexey Rusakov Date: Mon, 9 Jan 2023 22:28:35 +0100 Subject: [PATCH] 0.7.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d445afc5b..2e860387b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_policy(SET CMP0092 NEW) endif() set(API_VERSION "0.7") -project(Quotient VERSION "${API_VERSION}.0" LANGUAGES CXX) +project(Quotient VERSION "${API_VERSION}.1" LANGUAGES CXX) message(STATUS) message(STATUS "Configuring ${PROJECT_NAME} ${PROJECT_VERSION} ==>")