![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
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 |
#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.
Definition at line 24 of file clientversion.h.
#define STRINGIZE | ( | X | ) | DO_STRINGIZE(X) |
Definition at line 23 of file clientversion.h.