From 5bbaeb2569aa9631e34e6c8e99412a4a432136af Mon Sep 17 00:00:00 2001 From: Vakho Tsulaia <vakhtang.tsulaia@cern.ch> Date: Tue, 2 Jul 2024 15:18:00 -0700 Subject: [PATCH] Version number bumped to 6.2.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 1996f1b27..c49fa0b55 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.1.0" CACHE STRING +set( GeoModel_VERSION "6.2.0" CACHE STRING "Version of the GeoModel project" ) -- GitLab