g4tools  5.4.0
version
Go to the documentation of this file.
1 // Copyright (C) 2010, Guy Barrand. All rights reserved.
2 // See the file tools.license for terms.
3 
4 #ifndef tools_version
5 #define tools_version
6 
7 #define TOOLS_MAJOR_VERSION 5
8 #define TOOLS_MINOR_VERSION 4
9 #define TOOLS_PATCH_VERSION 0
10 #define TOOLS_VERSION "5.4.0"
11 #define TOOLS_VERSION_VRP "v5r4p0"
12 
13 namespace tools {
14 inline unsigned int version() {return 50400;}
15 }
16 
17 #endif
tools::version
unsigned int version()
Definition: version:14
tools
inlined C code : ///////////////////////////////////
Definition: aida_ntuple:26