From 6567c2d445f1b22aea882469e59cbc608c303d7c Mon Sep 17 00:00:00 2001 From: Vakho Tsulaia <tsulaia@cern.ch> Date: Mon, 3 Mar 2025 11:46:14 -0800 Subject: [PATCH] Version bumped to 6.10.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 948ef2a2..96b96670 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.9.0" CACHE STRING +set( GeoModel_VERSION "6.10.0" CACHE STRING "Version of the GeoModel project" ) -- GitLab