![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
Go to the source code of this file.
Macros | |
#define | CLIENT_VERSION_SUFFIX "-beta-qr" |
#define | BUILD_DESC_FROM_COMMIT(maj, min, rev, build, commit) "v" DO_STRINGIZE(maj) "." DO_STRINGIZE(min) "." DO_STRINGIZE(rev) "." DO_STRINGIZE(build) "-g" commit |
#define | BUILD_DESC_FROM_UNKNOWN(maj, min, rev, build) "v" DO_STRINGIZE(maj) "." DO_STRINGIZE(min) "." DO_STRINGIZE(rev) "." DO_STRINGIZE(build) |
#define | BUILD_DESC BUILD_DESC_FROM_UNKNOWN(CLIENT_VERSION_MAJOR, CLIENT_VERSION_MINOR, CLIENT_VERSION_REVISION, CLIENT_VERSION_BUILD) |
#define | BUILD_DATE __DATE__ ", " __TIME__ |
Functions | |
const std::string | CLIENT_NAME ("Satoshi") |
const std::string | CLIENT_BUILD (BUILD_DESC CLIENT_VERSION_SUFFIX) |
const std::string | CLIENT_DATE (BUILD_DATE) |
#define BUILD_DATE __DATE__ ", " __TIME__ |
Definition at line 60 of file version.cpp.
#define BUILD_DESC BUILD_DESC_FROM_UNKNOWN(CLIENT_VERSION_MAJOR, CLIENT_VERSION_MINOR, CLIENT_VERSION_REVISION, CLIENT_VERSION_BUILD) |
Definition at line 52 of file version.cpp.
#define BUILD_DESC_FROM_COMMIT | ( | maj, | |
min, | |||
rev, | |||
build, | |||
commit | |||
) | "v" DO_STRINGIZE(maj) "." DO_STRINGIZE(min) "." DO_STRINGIZE(rev) "." DO_STRINGIZE(build) "-g" commit |
Definition at line 42 of file version.cpp.
#define BUILD_DESC_FROM_UNKNOWN | ( | maj, | |
min, | |||
rev, | |||
build | |||
) | "v" DO_STRINGIZE(maj) "." DO_STRINGIZE(min) "." DO_STRINGIZE(rev) "." DO_STRINGIZE(build) |
Definition at line 45 of file version.cpp.
#define CLIENT_VERSION_SUFFIX "-beta-qr" |
Definition at line 14 of file version.cpp.
const std::string CLIENT_BUILD | ( | BUILD_DESC | CLIENT_VERSION_SUFFIX | ) |
const std::string CLIENT_DATE | ( | BUILD_DATE | ) |
const std::string CLIENT_NAME | ( | "Satoshi" | ) |