#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/13" #define ROOT_RELEASE_DATE "Nov 30 2013" #define ROOT_RELEASE_TIME "23:01:20" #define ROOT_SVN_REVISION 49361 #define ROOT_GIT_COMMIT "v5-34-12-50-g2a9389b" #define ROOT_GIT_BRANCH "heads/v5-34-00-patches" #define ROOT_VERSION_CODE 336397 #define ROOT_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) #endif