diff --git a/ReleaseNotes/v10r7p3t1.md b/ReleaseNotes/v10r7p3t1.md new file mode 100644 index 0000000000000000000000000000000000000000..968f79e8da9e85d011eddc01f084d00982553558 --- /dev/null +++ b/ReleaseNotes/v10r7p3t1.md @@ -0,0 +1,13 @@ +2024-02-02 Geant4 v10r7p3t1 +=== + +This is the build of Geant4 in the LHCb environment with LHCb patches and tests. + +This version is based on 10.7.p03 +([original release notes](ReleaseNotes4.10.7.html) and [patch notes](Patch4.10.7-3.txt)) + +This version uses +LCG [104](http://lcginfo.cern.ch/release/104/) with ROOT 6.28.04. + +This version is released on `master` branch. +Built relative to Geant4 [v10r7p3t0.md](/../../tags/v10r7p3t0.md). diff --git a/cmake/Modules/LHCbSettings.cmake b/cmake/Modules/LHCbSettings.cmake index 605ca9bc554e3b0963b3a01f02420d1f669aedac..f2fd8549ff7ad0e8f54c408d8dcda52763b8c8bf 100644 --- a/cmake/Modules/LHCbSettings.cmake +++ b/cmake/Modules/LHCbSettings.cmake @@ -10,7 +10,7 @@ ############################################################################### # Extend Geant4 version with the version of LHCb patch -set(${PROJECT_NAME}_VERSION_TWEAK 0) +set(${PROJECT_NAME}_VERSION_TWEAK 1) set(${PROJECT_NAME}_VERSION "${${PROJECT_NAME}_VERSION}.${${PROJECT_NAME}_VERSION_TWEAK}")