Import Geant4 10.3.0.beta source tree
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4Version.hh 94738 2015-12-04 11:23:42Z gcosmo $
|
||||
// $Id: G4Version.hh 97990 2016-06-30 10:04:56Z gcosmo $
|
||||
// GEANT4 tag $Name:$
|
||||
//
|
||||
// Version information
|
||||
@@ -46,11 +46,11 @@
|
||||
// |--> patch number
|
||||
|
||||
#ifndef G4VERSION_NUMBER
|
||||
#define G4VERSION_NUMBER 1020
|
||||
#define G4VERSION_NUMBER 1030
|
||||
#endif
|
||||
|
||||
#ifndef G4VERSION_TAG
|
||||
#define G4VERSION_TAG "$Name: geant4-10-02 $"
|
||||
#define G4VERSION_TAG "$Name: geant4-10-03-beta-01 $"
|
||||
#endif
|
||||
|
||||
// as variables
|
||||
@@ -58,10 +58,10 @@
|
||||
#include "G4String.hh"
|
||||
|
||||
#ifdef G4MULTITHREADED
|
||||
static const G4String G4Version = "$Name: geant4-10-02 [MT]$";
|
||||
static const G4String G4Version = "$Name: geant4-10-03-beta-01 [MT]$";
|
||||
#else
|
||||
static const G4String G4Version = "$Name: geant4-10-02 $";
|
||||
static const G4String G4Version = "$Name: geant4-10-03-beta-01 $";
|
||||
#endif
|
||||
static const G4String G4Date = "(4-December-2015)";
|
||||
static const G4String G4Date = "(30-June-2016)";
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user