RVersion.h

Go to the documentation of this file.
00001 #ifndef ROOT_RVersion
00002 #define ROOT_RVersion
00003 
00004 /* Version information automatically generated by installer. */
00005 
00006 /*
00007  * These macros can be used in the following way:
00008  *
00009  *    #if ROOT_VERSION_CODE >= ROOT_VERSION(2,23,4)
00010  *       #include <newheader.h>
00011  *    #else
00012  *       #include <oldheader.h>
00013  *    #endif
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

Generated on Tue Jul 5 14:10:20 2011 for ROOT_528-00b_version by  doxygen 1.5.1