Import Geant4 9.5.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 16:46:55 +02:00
parent 89a9605df1
commit b1eb5424d2
10957 changed files with 888481 additions and 160139 deletions
@@ -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