Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2024-05-18 08:29:51

0001 #ifndef GAUDI_VERSION_H
0002 #define GAUDI_VERSION_H
0003 
0004 #ifndef CALC_GAUDI_VERSION
0005 #define CALC_GAUDI_VERSION(maj,min) (((maj) << 16) + (min))
0006 #endif
0007 
0008 #define GAUDI_MAJOR_VERSION 37
0009 #define GAUDI_MINOR_VERSION 1
0010 #define GAUDI_PATCH_VERSION 0
0011 
0012 #define GAUDI_VERSION CALC_GAUDI_VERSION(GAUDI_MAJOR_VERSION,GAUDI_MINOR_VERSION)
0013 
0014 #endif // GAUDI_VERSION_H