Master Core  v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Macros
clientversion.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define CLIENT_VERSION_MAJOR   0
 
#define CLIENT_VERSION_MINOR   9
 
#define CLIENT_VERSION_REVISION   3
 
#define CLIENT_VERSION_BUILD   0
 
#define CLIENT_VERSION_IS_RELEASE   true
 
#define COPYRIGHT_YEAR   2014
 
#define STRINGIZE(X)   DO_STRINGIZE(X)
 
#define DO_STRINGIZE(X)   #X
 

Macro Definition Documentation

#define CLIENT_VERSION_BUILD   0

Definition at line 15 of file clientversion.h.

#define CLIENT_VERSION_IS_RELEASE   true

Definition at line 18 of file clientversion.h.

#define CLIENT_VERSION_MAJOR   0

Definition at line 12 of file clientversion.h.

#define CLIENT_VERSION_MINOR   9

Definition at line 13 of file clientversion.h.

#define CLIENT_VERSION_REVISION   3

Definition at line 14 of file clientversion.h.

#define COPYRIGHT_YEAR   2014

Definition at line 22 of file clientversion.h.

#define DO_STRINGIZE (   X)    #X

Definition at line 29 of file clientversion.h.

#define STRINGIZE (   X)    DO_STRINGIZE(X)

Definition at line 28 of file clientversion.h.