From 2ae3267ebcc93c5ff60a35855ea2a10df88ffee2 Mon Sep 17 00:00:00 2001 From: atlas <boudreau@pitt.edu> Date: Tue, 7 Jun 2022 13:23:18 +0200 Subject: [PATCH] bumped the version number to 4.3.0 --- cmake/GeoModel-version.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/GeoModel-version.cmake b/cmake/GeoModel-version.cmake index 61dd7cce7..ca9a4f82b 100644 --- a/cmake/GeoModel-version.cmake +++ b/cmake/GeoModel-version.cmake @@ -1,5 +1,5 @@ # Set up the version of GeoModel as a cache variable, so that other # sub-projects could use this value. -set( GeoModel_VERSION "4.2.9" CACHE STRING +set( GeoModel_VERSION "4.3.0" CACHE STRING "Version of the GeoModel project" ) -- GitLab