From 12fd277f275bfca98574a6fa346a34e99614c250 Mon Sep 17 00:00:00 2001 From: Ravi Peters Date: Fri, 13 Dec 2024 13:00:46 +0100 Subject: [PATCH] bump version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index df3eb88..a0433ef 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required (VERSION 3.21) -project (Geoflow-bundle VERSION 2024.12.04) +project (Geoflow-bundle VERSION 2024.12.13) option(GF_BUILD_GUI "Build the GUI components of geoflow" TRUE) add_subdirectory(geoflow)