From f01338429e1e069d809e54eab5425c93bb8696ac Mon Sep 17 00:00:00 2001 From: kochebina Date: Mon, 6 Jan 2025 14:00:41 +0100 Subject: [PATCH] For Gate 9.5 release --- CMakeLists.txt | 7 +++---- Gate.cc | 4 ++-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 90c7771ea..f5d4fa2b9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -312,14 +312,13 @@ MESSAGE("Your current Geant4 version is ${Geant4_VERSION}") #========================================================= # Display message about this version -MESSAGE("IMPORTANT! This version of GATE (9.4) has still some traces of passage for new digitizer.") +MESSAGE("IMPORTANT! This version of GATE (9.5) has still some traces of passage for new digitizer.") MESSAGE("Please, be aware that some of functionalities are NOT YET re-implemented: ") -MESSAGE("- Coincidence digitizer modules (combining of several Coincidence Sorters)") MESSAGE("- Output: Sinogram, Ecat7, LMF") MESSAGE("- ARF may work not properly yet") MESSAGE("We apologize for this inconvenience and kindly ask for your patience.") -MESSAGE("This functionalities will be added during 2024.") -MESSAGE("Meanwhile, please, use Gate 9.3") +MESSAGE("This functionalities will be added during 2025.") +MESSAGE("Meanwhile, please, use Gate 9.4") diff --git a/Gate.cc b/Gate.cc index ca7bbdec8..2d357b899 100644 --- a/Gate.cc +++ b/Gate.cc @@ -158,7 +158,7 @@ void welcome() { GateMessage("Core", 0, G4endl); GateMessage("Core", 0, "*******************************************************" << G4endl); - GateMessage("Core", 0, " GATE version 9.4 (2024)" << G4endl); + GateMessage("Core", 0, " GATE version 9.5 (2025)" << G4endl); GateMessage("Core", 0, " Copyright : OpenGATE Collaboration" << G4endl); GateMessage("Core", 0, " Reference : Phys. Med. Biol. 49(19) 4543-4561 2004 " << G4endl); GateMessage("Core", 0, " Reference : Phys. Med. Biol. 56(4) 881-901 2011 " << G4endl); @@ -256,7 +256,7 @@ int main( int argc, char* argv[] ) break; case 'v': ss << G4VERSION_MAJOR << "." << G4VERSION_MINOR << "." << G4VERSION_PATCH; - std::cout << "Gate version is 9.4 ; Geant4 version is " << ss.str() << std::endl; + std::cout << "Gate version is 9.5 ; Geant4 version is " << ss.str() << std::endl; exit(0); break; case 'a':