#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(2,23,4) * #include * #else * #include * #endif * */ #define ROOT_RELEASE "6.06/06" #define ROOT_RELEASE_DATE "Jul 6 2016" #define ROOT_RELEASE_TIME "18:36:48" #define ROOT_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) #define ROOT_VERSION_CODE ROOT_VERSION(6,6,6) /* 394758 */ #endif