GME
13
|
Go to the source code of this file.
Defines | |
#define | GME_VERSION_MAJOR 11 |
#define | GME_VERSION_MINOR 11 |
#define | GME_VERSION_PLEVEL 3 |
#define | GME_VERSION_BUILD 0 |
#define | _VERSION_STRING2(x) #x |
#define | _VERSION_STRING(x) _VERSION_STRING2(x) |
#define | _VERSION_STRING_CON2(x, y) _VERSION_STRING2(x##y) |
#define | _VERSION_STRING_CON(x, y) _VERSION_STRING_CON2(x, y) |
#define | GME_VERSION_STR _VERSION_STRING(GME_VERSION_MAJOR.GME_VERSION_MINOR.GME_VERSION_PLEVEL) |
#define | GME_VERSION_ID _VERSION_STRING_CON(Release r, GME_VERSION_MAJOR.GME_VERSION_MINOR.GME_VERSION_PLEVEL) |
#define | GME_VERSION_RC GME_VERSION_MAJOR,GME_VERSION_MINOR,GME_VERSION_PLEVEL,GME_VERSION_BUILD |
#define _VERSION_STRING | ( | x | ) | _VERSION_STRING2(x) |
Definition at line 12 of file GMEVersion.h.
#define _VERSION_STRING2 | ( | x | ) | #x |
Definition at line 11 of file GMEVersion.h.
#define _VERSION_STRING_CON | ( | x, | |
y | |||
) | _VERSION_STRING_CON2(x, y) |
Definition at line 14 of file GMEVersion.h.
#define _VERSION_STRING_CON2 | ( | x, | |
y | |||
) | _VERSION_STRING2(x##y) |
Definition at line 13 of file GMEVersion.h.
#define GME_VERSION_BUILD 0 |
Definition at line 9 of file GMEVersion.h.
#define GME_VERSION_ID _VERSION_STRING_CON(Release r, GME_VERSION_MAJOR.GME_VERSION_MINOR.GME_VERSION_PLEVEL) |
Definition at line 23 of file GMEVersion.h.
#define GME_VERSION_MAJOR 11 |
Definition at line 6 of file GMEVersion.h.
#define GME_VERSION_MINOR 11 |
Definition at line 7 of file GMEVersion.h.
#define GME_VERSION_PLEVEL 3 |
Definition at line 8 of file GMEVersion.h.
Definition at line 28 of file GMEVersion.h.
Definition at line 17 of file GMEVersion.h.