Go to the source code of this file.
Defines | |
#define | ROOT_RELEASE "5.28/00b" |
#define | ROOT_RELEASE_DATE "Mar 14 2011" |
#define | ROOT_RELEASE_TIME "12:37:41" |
#define | ROOT_SVN_REVISION 38394 |
#define | ROOT_SVN_BRANCH "branches/v5-28-00-patches" |
#define | ROOT_VERSION_CODE 334848 |
#define | ROOT_VERSION(a, b, c) (((a) << 16) + ((b) << 8) + (c)) |
#define | ROOT_FULL_VERSION_CODE 85721186 |
#define | ROOT_FULL_VERSION(a, b, c, p) (((a) << 24) + ((b) << 16) + ((c) << 8) + (p)) |
Definition at line 25 of file RVersion.h.
#define ROOT_FULL_VERSION_CODE 85721186 |
Definition at line 24 of file RVersion.h.
#define ROOT_RELEASE "5.28/00b" |
Definition at line 17 of file RVersion.h.
#define ROOT_RELEASE_DATE "Mar 14 2011" |
Definition at line 18 of file RVersion.h.
#define ROOT_RELEASE_TIME "12:37:41" |
Definition at line 19 of file RVersion.h.
#define ROOT_SVN_BRANCH "branches/v5-28-00-patches" |
Definition at line 21 of file RVersion.h.
#define ROOT_SVN_REVISION 38394 |
Definition at line 20 of file RVersion.h.
Definition at line 23 of file RVersion.h.
#define ROOT_VERSION_CODE 334848 |
Definition at line 22 of file RVersion.h.