Import Geant4 9.5.0 source tree
This commit is contained in:
@@ -24,8 +24,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4Version.hh,v 1.28 2010/11/24 10:57:47 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-09-04 $
|
||||
// $Id: G4Version.hh,v 1.28 2010-11-24 10:57:47 gcosmo Exp $
|
||||
// GEANT4 tag $Name:$
|
||||
//
|
||||
// Version information
|
||||
//
|
||||
@@ -46,18 +46,18 @@
|
||||
// |--> patch number
|
||||
|
||||
#ifndef G4VERSION_NUMBER
|
||||
#define G4VERSION_NUMBER 940
|
||||
#define G4VERSION_NUMBER 950
|
||||
#endif
|
||||
|
||||
#ifndef G4VERSION_TAG
|
||||
#define G4VERSION_TAG "$Name: geant4-09-04 $"
|
||||
#define G4VERSION_TAG "$Name: geant4-09-05-ref-00 $"
|
||||
#endif
|
||||
|
||||
// as variables
|
||||
|
||||
#include "G4String.hh"
|
||||
|
||||
static const G4String G4Version = "$Name: geant4-09-04 $";
|
||||
static const G4String G4Date = "(17-December-2010)";
|
||||
static const G4String G4Version = "$Name: geant4-09-05-ref-00 $";
|
||||
static const G4String G4Date = "(2-December-2011)";
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user