From 36e731790cf9a1c369cd94f9fc59ec1bd400bd50 Mon Sep 17 00:00:00 2001 From: Bruno Levy Date: Mon, 30 Oct 2023 10:47:36 +0100 Subject: [PATCH] 1.8.6 release. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ed569118f3ea..1abc3188e5a6 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 6)