00001 #ifndef ROOT_RVersion
00002 #define ROOT_RVersion
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017 #define ROOT_RELEASE "5.28/00b"
00018 #define ROOT_RELEASE_DATE "Mar 14 2011"
00019 #define ROOT_RELEASE_TIME "12:37:41"
00020 #define ROOT_SVN_REVISION 38394
00021 #define ROOT_SVN_BRANCH "branches/v5-28-00-patches"
00022 #define ROOT_VERSION_CODE 334848
00023 #define ROOT_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
00024 #define ROOT_FULL_VERSION_CODE 85721186
00025 #define ROOT_FULL_VERSION(a,b,c,p) (((a) << 24) + ((b) << 16) + ((c) << 8) + (p))
00026
00027 #endif