Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
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   8
 
#define CLIENT_VERSION_REVISION   6
 
#define CLIENT_VERSION_BUILD   2
 
#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   2

Definition at line 12 of file clientversion.h.

#define CLIENT_VERSION_IS_RELEASE   true

Definition at line 15 of file clientversion.h.

#define CLIENT_VERSION_MAJOR   0

Definition at line 9 of file clientversion.h.

#define CLIENT_VERSION_MINOR   8

Definition at line 10 of file clientversion.h.

#define CLIENT_VERSION_REVISION   6

Definition at line 11 of file clientversion.h.

#define COPYRIGHT_YEAR   2014

Definition at line 19 of file clientversion.h.

#define DO_STRINGIZE (   X)    #X

Definition at line 24 of file clientversion.h.

#define STRINGIZE (   X)    DO_STRINGIZE(X)

Definition at line 23 of file clientversion.h.