Import Geant4 10.3.1 source tree
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4Version.hh 101827 2016-12-01 10:16:01Z gcosmo $
|
||||
// $Id: G4Version.hh 102536 2017-02-08 13:53:34Z gcosmo $
|
||||
// GEANT4 tag $Name:$
|
||||
//
|
||||
// Version information
|
||||
@@ -46,11 +46,11 @@
|
||||
// |--> patch number
|
||||
|
||||
#ifndef G4VERSION_NUMBER
|
||||
#define G4VERSION_NUMBER 1030
|
||||
#define G4VERSION_NUMBER 1031
|
||||
#endif
|
||||
|
||||
#ifndef G4VERSION_TAG
|
||||
#define G4VERSION_TAG "$Name: geant4-10-03 $"
|
||||
#define G4VERSION_TAG "$Name: geant4-10-03-patch-01 $"
|
||||
#endif
|
||||
|
||||
// as variables
|
||||
@@ -58,10 +58,10 @@
|
||||
#include "G4String.hh"
|
||||
|
||||
#ifdef G4MULTITHREADED
|
||||
static const G4String G4Version = "$Name: geant4-10-03 [MT]$";
|
||||
static const G4String G4Version = "$Name: geant4-10-03-patch-01 [MT]$";
|
||||
#else
|
||||
static const G4String G4Version = "$Name: geant4-10-03 $";
|
||||
static const G4String G4Version = "$Name: geant4-10-03-patch-01 $";
|
||||
#endif
|
||||
static const G4String G4Date = "(9-December-2016)";
|
||||
static const G4String G4Date = "(24-February-2017)";
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user