From 0227f09ee13265546449bcdb0a3c6fba85a62875 Mon Sep 17 00:00:00 2001 From: Andre Sailer <andre.philippe.sailer@cern.ch> Date: Thu, 23 Feb 2023 18:35:35 +0100 Subject: [PATCH] Updating version to v01-25 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c2dae7e77..2e069365c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ SET_PROPERTY(DIRECTORY . PROPERTY PACKAGE_NAME DD4hep) ################# SET( DD4hep_VERSION_MAJOR 1 ) -SET( DD4hep_VERSION_MINOR 24 ) +SET( DD4hep_VERSION_MINOR 25 ) SET( DD4hep_VERSION_PATCH 0 ) ####################### -- GitLab