The Gaudi Framework
v36r16 (ea80daf8)
GaudiKernelVersion.h
Go to the documentation of this file.
1
#ifndef GAUDIKERNEL_VERSION_H
2
#define GAUDIKERNEL_VERSION_H
3
4
#ifndef CALC_GAUDI_VERSION
5
#define CALC_GAUDI_VERSION(maj,min) (((maj) << 16) + (min))
6
#endif
7
8
#define GAUDIKERNEL_MAJOR_VERSION 36
9
#define GAUDIKERNEL_MINOR_VERSION 16
10
#define GAUDIKERNEL_PATCH_VERSION 0
11
12
#define GAUDIKERNEL_VERSION CALC_GAUDI_VERSION(GAUDIKERNEL_MAJOR_VERSION,GAUDIKERNEL_MINOR_VERSION)
13
14
#endif // GAUDIKERNEL_VERSION_H
include
GaudiKernelVersion.h
Generated on Fri Jul 28 2023 16:22:51 for The Gaudi Framework by
1.8.18