#ifndef ROOT_RVersion #define ROOT_RVersion /* Version information automatically generated by installer. */ /* * These macros can be used in the following way: * * #if ROOT_VERSION_CODE >= ROOT_VERSION(6,32,4) * #include * #else * #include * #endif * */ #define ROOT_RELEASE "6.22/06" #define ROOT_RELEASE_DATE "Nov 27 2020" #define ROOT_RELEASE_TIME "16:00:59" #define ROOT_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) #define ROOT_VERSION_CODE ROOT_VERSION(6,22,6) /* 398854 */ #endif