Skip to content
Snippets Groups Projects
Commit a4c2bd58 authored by Benjamin Morgan's avatar Benjamin Morgan
Browse files

Update version to geant4.10.4.patch00.atlas00

parent 3c2ab86b
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@
// - The meaning of each digit is as follows;
//
// 711
// |--> major version number
// |--> major version number
// |--> minor version number
// |--> patch number
......@@ -50,7 +50,7 @@
#endif
#ifndef G4VERSION_TAG
#define G4VERSION_TAG "$Name: geant4-10-04 $"
#define G4VERSION_TAG "$Name: geant4.10.4.patch00.atlas00 $"
#endif
// as variables
......@@ -58,9 +58,9 @@
#include "G4String.hh"
#ifdef G4MULTITHREADED
static const G4String G4Version = "$Name: geant4-10-04 [MT]$";
static const G4String G4Version = "$Name: geant4.10.4.patch00.atlas00 [MT]$";
#else
static const G4String G4Version = "$Name: geant4-10-04 $";
static const G4String G4Version = "$Name: geant4.10.4.patch00.atlas00 $";
#endif
static const G4String G4Date = "(08-December-2017)";
......
......@@ -142,6 +142,11 @@ 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.4.patch00.atlas00" << G4endl
<< " Created on 16/02/17 10:20:00;" << G4endl
<< " Using CLHEP 2.4.0.1; XercesC 3.1.3; config x86_64-slc6-gcc62-opt" << G4endl << G4endl
<< " Differences w.r.t. the \"plain\" geant4-10-04 are:" << G4endl
<< " * G4AtlasRK4 stepper" << G4endl
<< "*************************************************************" << G4endl
<< G4endl;
}
......@@ -224,6 +229,11 @@ 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.4.patch00.atlas00" << G4endl
<< " Created on 16/02/17 10:20:00;" << G4endl
<< " Using CLHEP 2.4.0.1; XercesC 3.1.3; config x86_64-slc6-gcc62-opt" << G4endl << G4endl
<< " Differences w.r.t. the \"plain\" geant4-10-04 are:" << G4endl
<< " * G4AtlasRK4 stepper" << G4endl
<< "*************************************************************" << G4endl
<< G4endl;
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment