From 86b6f9d5714be8d7f6340d047e71614d355c393f Mon Sep 17 00:00:00 2001 From: Bruno Levy Date: Sat, 12 Nov 2022 11:34:59 +0100 Subject: [PATCH] Change 1.8.2-rc to 1.8.2 (preparing for release) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b85ec422b328..c6b9d40b5563 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -48,7 +48,7 @@ endif() include(cmake/geogram.cmake) -set(VORPALINE_VERSION_RC TRUE) +set(VORPALINE_VERSION_RC FALSE) set(VORPALINE_VERSION_MAJOR 1) set(VORPALINE_VERSION_MINOR 8) set(VORPALINE_VERSION_PATCH 2)