From ff8c03bf9ff451e5a69fee31a3ee2923455f25c9 Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Sat, 1 Jun 2024 16:09:50 +0200 Subject: [PATCH] Bump version number to 1.18 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2a8e83b..dd5dfe0 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 17) +set(PROJ_DATA_VERSION_MINOR 18) set(CPACK_SOURCE_GENERATOR "TGZ;ZIP") set(CPACK_INCLUDE_TOPLEVEL_DIRECTORY 0)