From 620cee985592a17d9f67b111ac6d13a638c7131d Mon Sep 17 00:00:00 2001 From: Vakho Tsulaia <vakhtang.tsulaia@cern.ch> Date: Sat, 22 Jun 2024 22:04:12 -0700 Subject: [PATCH] GeoModel-version.cmake: bumped the version to 6.0.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 ab98dd532..ddc8a2630 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 "5.6.0" CACHE STRING +set( GeoModel_VERSION "6.0.0" CACHE STRING "Version of the GeoModel project" ) -- GitLab