zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
version.h File Reference

Go to the source code of this file.

Macros

#define BUILD_REVISION   2431
 
#define BUILD_VERSION   0
 
#define MACRO_STRINGIFY(x)   STRINGIFY(x)
 
#define MAJOR_VERSION   1
 
#define MINOR_VERSION   2
 
#define REVISION_STRING   MACRO_STRINGIFY(BUILD_REVISION)
 
#define STRINGIFY(x)   #x
 
#define VERSION_DWORD   ((MAJOR_VERSION << 24) | (MINOR_VERSION << 16) | BUILD_REVISION)
 
#define VERSION_STRING   MACRO_STRINGIFY(MAJOR_VERSION) "." MACRO_STRINGIFY(MINOR_VERSION) "." MACRO_STRINGIFY(BUILD_VERSION) "." MACRO_STRINGIFY(BUILD_REVISION)
 

Macro Definition Documentation

#define BUILD_REVISION   2431

Definition at line 4 of file version.h.

#define BUILD_VERSION   0

Definition at line 3 of file version.h.

#define MACRO_STRINGIFY (   x)    STRINGIFY(x)

Definition at line 7 of file version.h.

#define MAJOR_VERSION   1

Definition at line 1 of file version.h.

#define MINOR_VERSION   2

Definition at line 2 of file version.h.

#define REVISION_STRING   MACRO_STRINGIFY(BUILD_REVISION)

Definition at line 9 of file version.h.

#define STRINGIFY (   x)    #x

Definition at line 6 of file version.h.

#define VERSION_DWORD   ((MAJOR_VERSION << 24) | (MINOR_VERSION << 16) | BUILD_REVISION)

Definition at line 12 of file version.h.

Definition at line 10 of file version.h.