Import Geant4 10.3.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-12-09 12:35:28 +01:00
parent 4ec577e5c4
commit a3452e42ac
3514 changed files with 210500 additions and 89628 deletions
@@ -4,14 +4,14 @@
#ifndef tools_version
#define tools_version
#define TOOLS_MAJOR_VERSION 1
#define TOOLS_MINOR_VERSION 27
#define TOOLS_PATCH_VERSION 4
#define TOOLS_VERSION "1.27.4"
#define TOOLS_VERSION_VRP "v1r27p4"
#define TOOLS_MAJOR_VERSION 2
#define TOOLS_MINOR_VERSION 3
#define TOOLS_PATCH_VERSION 0
#define TOOLS_VERSION "2.3.0"
#define TOOLS_VERSION_VRP "v2r3p0"
namespace tools {
inline unsigned int version() {return 12704;}
inline unsigned int version() {return 20300;}
}
#endif