Loading [MathJax]/extensions/tex2jax.js
Go to the documentation of this file. 1 #ifndef GAUDIKERNEL_VERSION 3 #ifndef CALC_GAUDI_VERSION 4 #define CALC_GAUDI_VERSION(maj,min) (((maj) << 16) + (min)) 6 #define GAUDIKERNEL_MAJOR_VERSION 30 7 #define GAUDIKERNEL_MINOR_VERSION 3 8 #define GAUDIKERNEL_PATCH_VERSION 0 9 #define GAUDIKERNEL_VERSION CALC_GAUDI_VERSION(GAUDIKERNEL_MAJOR_VERSION,GAUDIKERNEL_MINOR_VERSION)