Import Geant4 10.7.0.beta source tree
This commit is contained in:
@@ -23,12 +23,12 @@
|
||||
// * acceptance of all terms of the Geant4 Software license. *
|
||||
// ********************************************************************
|
||||
//
|
||||
// Version information
|
||||
//
|
||||
// 26.09.05 K.Murakami - Created
|
||||
// Geant4 Version information
|
||||
|
||||
// Author: K.Murakami, 26.09.2005 - Created
|
||||
// --------------------------------------------------------------------
|
||||
#ifndef G4VERSION_HH
|
||||
#define G4VERSION_HH
|
||||
#define G4VERSION_HH 1
|
||||
|
||||
// Numbering rule for "G4VERSION_NUMBER":
|
||||
// - The number is consecutive (i.e. 711) as an integer.
|
||||
@@ -40,23 +40,23 @@
|
||||
// |--> patch number
|
||||
|
||||
#ifndef G4VERSION_NUMBER
|
||||
#define G4VERSION_NUMBER 1062
|
||||
# define G4VERSION_NUMBER 1070
|
||||
#endif
|
||||
|
||||
#ifndef G4VERSION_TAG
|
||||
#define G4VERSION_TAG "$Name: geant4-10-06-patch-02 $"
|
||||
# define G4VERSION_TAG "$Name: geant4-10-07-beta-01 $"
|
||||
#endif
|
||||
|
||||
// as variables
|
||||
|
||||
#include "G4Types.hh"
|
||||
#include "G4String.hh"
|
||||
#include "G4Types.hh"
|
||||
|
||||
#ifdef G4MULTITHREADED
|
||||
static const G4String G4Version = "$Name: geant4-10-06-patch-02 [MT]$";
|
||||
static const G4String G4Version = "$Name: geant4-10-07-beta-01 [MT]$";
|
||||
#else
|
||||
static const G4String G4Version = "$Name: geant4-10-06-patch-02 $";
|
||||
static const G4String G4Version = "$Name: geant4-10-07-beta-01 $";
|
||||
#endif
|
||||
static const G4String G4Date = "(29-May-2020)";
|
||||
static const G4String G4Date = "(26-June-2020)";
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user