Back to home page

EIC code displayed by LXR

 
 

    


Warning, /include/Geant4/tools/version is written in an unsupported language. File is not indexed.

0001 // Copyright (C) 2010, Guy Barrand. All rights reserved.
0002 // See the file tools.license for terms.
0003 
0004 #ifndef tools_version
0005 #define tools_version
0006 
0007 #define TOOLS_MAJOR_VERSION 6
0008 #define TOOLS_MINOR_VERSION 3
0009 #define TOOLS_PATCH_VERSION 0
0010 #define TOOLS_VERSION "6.3.0"
0011 #define TOOLS_VERSION_VRP "v6r3p0"
0012 
0013 namespace tools {
0014 inline unsigned int version() {return 60300;}
0015 }
0016 
0017 #endif