From 7ac37cebae26632755a562b242e348da9afce611 Mon Sep 17 00:00:00 2001 From: Bruno Date: Sat, 3 Feb 2024 11:48:05 +0100 Subject: [PATCH] preparing for v1.8.8 (a bit soon for a new release, but needed to patch thick lines bug) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 193830db95b8..4dd28552ee3a 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 8)