From 252f283c242f25cfe82e79020677215043ff3991 Mon Sep 17 00:00:00 2001 From: John Chapman <jchapman@cern.ch> Date: Wed, 21 Jun 2017 13:58:56 +0200 Subject: [PATCH] Update version numbers to geant4.10.1.p03.a04 This picks up the `G4Trd` updates from ATLASSIM-3353. --- source/global/management/include/G4Version.hh | 6 +++--- source/run/src/G4RunManagerKernel.cc | 10 ++++++---- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/source/global/management/include/G4Version.hh b/source/global/management/include/G4Version.hh index 0a2937441d..877577e3ad 100644 --- a/source/global/management/include/G4Version.hh +++ b/source/global/management/include/G4Version.hh @@ -50,7 +50,7 @@ #endif #ifndef G4VERSION_TAG -#define G4VERSION_TAG "$Name: geant4.10.1.patch03.atlas03 $" +#define G4VERSION_TAG "$Name: geant4.10.1.patch03.atlas04 $" #endif // as variables @@ -58,9 +58,9 @@ #include "G4String.hh" #ifdef G4MULTITHREADED -static const G4String G4Version = "$Name: geant4.10.01.patch03.atlas03 [MT]$"; +static const G4String G4Version = "$Name: geant4.10.01.patch03.atlas04 [MT]$"; #else -static const G4String G4Version = "$Name: geant4.10.01.patch03.atlas03 $"; +static const G4String G4Version = "$Name: geant4.10.01.patch03.atlas04 $"; #endif static const G4String G4Date = "(5-February-2016)"; diff --git a/source/run/src/G4RunManagerKernel.cc b/source/run/src/G4RunManagerKernel.cc index 0636dc800c..7e39d7e587 100644 --- a/source/run/src/G4RunManagerKernel.cc +++ b/source/run/src/G4RunManagerKernel.cc @@ -139,14 +139,15 @@ G4RunManagerKernel::G4RunManagerKernel() << " Copyright : Geant4 Collaboration" << G4endl << " Reference : NIM A 506 (2003), 250-303" << G4endl << " WWW : http://cern.ch/geant4" << G4endl - << "Internal ATLAS build geant4.10.1.patch03.atlas03" << G4endl - << "Created on 21/06/17 11:01:00;" << G4endl + << "Internal ATLAS build geant4.10.1.patch03.atlas04" << G4endl + << "Created on 21/06/17 14:01:00;" << G4endl << "Using CLHEP 2.2.0.4; XercesC 3.1.1p1; config x86_64-slc6-gcc49-dbg" << G4endl << G4endl << "Differences w.r.t. the \"plain\" geant4-10-01-03 are:" << G4endl << " * G4AtlasRK4 stepper" << G4endl << " * Patch to G4Track https://its.cern.ch/jira/browse/ATLASSIM-2409" << G4endl << " * Patch to Geant4MakeRules_cxx.cmake https://its.cern.ch/jira/browse/ATLASSIM-3144" << G4endl << " * Patches to G4Box.hh and G4Box.cc https://its.cern.ch/jira/browse/ATLASSIM-3353" << G4endl + << " * Patches to G4Trd.hh, G4Trd.icc and G4Trd.cc https://its.cern.ch/jira/browse/ATLASSIM-3353" << G4endl << "*************************************************************" << G4endl << G4endl; } @@ -229,14 +230,15 @@ numberOfParallelWorld(0),geometryNeedsToBeClosed(true), << " Copyright : Geant4 Collaboration" << G4endl << " Reference : NIM A 506 (2003), 250-303" << G4endl << " WWW : http://cern.ch/geant4" << G4endl - << "Internal ATLAS build geant4.10.1.patch03.atlas03" << G4endl - << "Created on 21/06/17 11:01:00;" << G4endl + << "Internal ATLAS build geant4.10.1.patch03.atlas04" << G4endl + << "Created on 21/06/17 14:01:00;" << G4endl << "Using CLHEP 2.2.0.4; XercesC 3.1.1p1; config x86_64-slc6-gcc49-dbg" << G4endl << G4endl << "Differences w.r.t. the \"plain\" geant4-10-01-03 are:" << G4endl << " * G4AtlasRK4 stepper" << G4endl << " * Patch to G4Track https://its.cern.ch/jira/browse/ATLASSIM-2409" << G4endl << " * Patch to Geant4MakeRules_cxx.cmake https://its.cern.ch/jira/browse/ATLASSIM-3144" << G4endl << " * Patches to G4Box.hh and G4Box.cc https://its.cern.ch/jira/browse/ATLASSIM-3353" << G4endl + << " * Patches to G4Trd.hh, G4Trd.icc and G4Trd.cc https://its.cern.ch/jira/browse/ATLASSIM-3353" << G4endl << "*************************************************************" << G4endl << G4endl; break; -- GitLab