From 1a73f9d9af5d26d23d590fc7f293cbc54832956d Mon Sep 17 00:00:00 2001 From: Ravi Peters Date: Wed, 16 Aug 2023 21:48:16 +0200 Subject: [PATCH] bump version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dd93511..54730a5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required (VERSION 3.21) -project (Geoflow-bundle VERSION 2023.08.14) +project (Geoflow-bundle VERSION 2023.08.16) option(GF_BUILD_GUI "Build the GUI components of geoflow" TRUE) add_subdirectory(geoflow)