From 6b7e92896de75d68fa414d8f818e81b8c8bc2575 Mon Sep 17 00:00:00 2001 From: John Chapman <jchapman@cern.ch> Date: Thu, 26 Apr 2018 15:39:44 +0200 Subject: [PATCH] Update version to geant4 10.1.patch03.atlas06 --- source/global/management/include/G4Version.hh | 6 +++--- source/run/src/G4RunManagerKernel.cc | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/source/global/management/include/G4Version.hh b/source/global/management/include/G4Version.hh index d318eecb18..1694ed2000 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.atlas05 $" +#define G4VERSION_TAG "$Name: geant4.10.1.patch03.atlas06 $" #endif // as variables @@ -58,9 +58,9 @@ #include "G4String.hh" #ifdef G4MULTITHREADED -static const G4String G4Version = "$Name: geant4.10.01.patch03.atlas05 [MT]$"; +static const G4String G4Version = "$Name: geant4.10.01.patch03.atlas06 [MT]$"; #else -static const G4String G4Version = "$Name: geant4.10.01.patch03.atlas05 $"; +static const G4String G4Version = "$Name: geant4.10.01.patch03.atlas06 $"; #endif static const G4String G4Date = "(5-February-2016)"; diff --git a/source/run/src/G4RunManagerKernel.cc b/source/run/src/G4RunManagerKernel.cc index 20dc96a31f..16a34f52da 100644 --- a/source/run/src/G4RunManagerKernel.cc +++ b/source/run/src/G4RunManagerKernel.cc @@ -139,8 +139,8 @@ 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.atlas05" << G4endl - << "Created on 24/07/17 14:01:00;" << G4endl + << "Internal ATLAS build geant4.10.1.patch03.atlas06" << G4endl + << "Created on 23/04/18 14:01:00;" << G4endl << "Using CLHEP 2.2.0.4; XercesC 3.1.1p1; config x86_64-slc6-gcc62-opt" << G4endl << G4endl << "Differences w.r.t. the \"plain\" geant4-10-01-03 are:" << G4endl << " * G4AtlasRK4 stepper" << G4endl @@ -231,8 +231,8 @@ 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.atlas05" << G4endl - << "Created on 24/07/17 14:01:00;" << G4endl + << "Internal ATLAS build geant4.10.1.patch03.atlas06" << G4endl + << "Created on 23/04/18 14:01:00;" << G4endl << "Using CLHEP 2.2.0.4; XercesC 3.1.1p1; config x86_64-slc6-gcc62-opt" << G4endl << G4endl << "Differences w.r.t. the \"plain\" geant4-10-01-03 are:" << G4endl << " * G4AtlasRK4 stepper" << G4endl -- GitLab