From 78deeee95dfa192998fcf28c22143cbd35955969 Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Tue, 26 Nov 2024 08:57:27 +0100 Subject: [PATCH] Update version number to 1.20RC1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 42fe5fa..23549ea 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 2.6) project(PROJ_DATA) set(PROJ_DATA_VERSION_MAJOR 1) -set(PROJ_DATA_VERSION_MINOR 19) +set(PROJ_DATA_VERSION_MINOR 20RC1) set(CPACK_SOURCE_GENERATOR "TGZ;ZIP") set(CPACK_INCLUDE_TOPLEVEL_DIRECTORY 0)