#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.26/08" #define ROOT_RELEASE_DATE "Oct 18 2022" #define ROOT_RELEASE_TIME "08:52:44" #define ROOT_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) #define ROOT_VERSION_CODE ROOT_VERSION(6,26,8) /* 399880 */ #endif