The Gaudi Framework  v30r3 (a5ef0a68)
GaudiProfilingVersion.h
Go to the documentation of this file.
1 #ifndef GAUDIPROFILING_VERSION
2 /* Automatically generated file: do not modify! */
3 #ifndef CALC_GAUDI_VERSION
4 #define CALC_GAUDI_VERSION(maj,min) (((maj) << 16) + (min))
5 #endif
6 #define GAUDIPROFILING_MAJOR_VERSION 30
7 #define GAUDIPROFILING_MINOR_VERSION 3
8 #define GAUDIPROFILING_PATCH_VERSION 0
9 #define GAUDIPROFILING_VERSION CALC_GAUDI_VERSION(GAUDIPROFILING_MAJOR_VERSION,GAUDIPROFILING_MINOR_VERSION)
10 #endif