From a230086b735612d6b4d3bd2239e975e50be86a48 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Wed, 2 Apr 2025 17:54:33 +0200 Subject: [PATCH] The action continues in the next branch --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 54d8831a0..88044a38b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -196,7 +196,7 @@ endif() set(VERSION_INFO_MAJOR_VERSION 0) set(VERSION_INFO_API_COMPAT 0) -if(${THIS_IS_A_RELEASE} ON) +if(${THIS_IS_A_RELEASE} OFF) set(VERSION_INFO_MINOR_VERSION 20) else() set(VERSION_INFO_MINOR_VERSION 20.git-${GIT_BRANCH}-${GIT_COMMIT_HASH})