From 3dd09442ad1c9898b3dcfbb332d816fe2ebfc0fd Mon Sep 17 00:00:00 2001 From: Vakho Tsulaia <vakhtang.tsulaia@cern.ch> Date: Sun, 7 Jul 2024 20:36:25 -0700 Subject: [PATCH] Version number bumped to 6.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 c49fa0b55..e6b849480 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 "6.2.0" CACHE STRING +set( GeoModel_VERSION "6.3.0" CACHE STRING "Version of the GeoModel project" ) -- GitLab