#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.21/01" #define ROOT_RELEASE_DATE "Jun 25 2008" #define ROOT_RELEASE_TIME "09:43:34" #define ROOT_SVN_REVISION 24531 #define ROOT_SVN_BRANCH "trunk" #define ROOT_VERSION_CODE 333057 #define ROOT_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) #endif