#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/18" #define ROOT_RELEASE_DATE "Mar 14 2014" #define ROOT_RELEASE_TIME "16:14:01" #define ROOT_SVN_REVISION 49361 #define ROOT_GIT_COMMIT "v5-34-17-156-g60f5d99" #define ROOT_GIT_BRANCH "heads/v5-34-00-patches" #define ROOT_VERSION_CODE 336402 #define ROOT_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) #endif