#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 "5.34/07" #define ROOT_RELEASE_DATE "Apr 26 2013" #define ROOT_RELEASE_TIME "12:51:17" #define ROOT_SVN_REVISION 49358 #define ROOT_SVN_BRANCH "branches/v5-34-00-patches" #define ROOT_VERSION_CODE 336391 #define ROOT_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) #endif