#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/08" #define ROOT_RELEASE_DATE "May 31 2013" #define ROOT_RELEASE_TIME "17:37:51" #define ROOT_SVN_REVISION 49361 #define ROOT_GIT_COMMIT "e0a8419" #define ROOT_GIT_BRANCH "heads/v5-34-00-patches" #define ROOT_VERSION_CODE 336392 #define ROOT_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) #endif