From 74dfb16c2248c70a79d8610c5f7c13de7ca7e2a3 Mon Sep 17 00:00:00 2001 From: Bruno Date: Fri, 2 Feb 2024 18:22:18 +0100 Subject: [PATCH] preparing for 1.8.7 release --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 26a68940fff3..3d752b17c5f9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.0) cmake_policy(SET CMP0048 NEW) ############################################################################## -set(VORPALINE_VERSION_RC TRUE) +set(VORPALINE_VERSION_RC FALSE) set(VORPALINE_VERSION_MAJOR 1) set(VORPALINE_VERSION_MINOR 8) set(VORPALINE_VERSION_PATCH 7)