Import Geant4 11.2.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2023-06-30 09:09:57 +02:00
parent aef78ca386
commit dd1f179cda
3780 changed files with 212808 additions and 142780 deletions
+4 -4
View File
@@ -5,13 +5,13 @@
#define tools_version
#define TOOLS_MAJOR_VERSION 6
#define TOOLS_MINOR_VERSION 1
#define TOOLS_MINOR_VERSION 2
#define TOOLS_PATCH_VERSION 0
#define TOOLS_VERSION "6.1.0"
#define TOOLS_VERSION_VRP "v6r1p0"
#define TOOLS_VERSION "6.2.0"
#define TOOLS_VERSION_VRP "v6r2p0"
namespace tools {
inline unsigned int version() {return 60100;}
inline unsigned int version() {return 60200;}
}
#endif