Go to the source code of this file.
Value:
#define CLIENT_VERSION_MINOR
#define CLIENT_VERSION_REVISION
#define STRINGIZE(X)
Converts the parameter X to a string after macro replacement on X has been performed.
#define CLIENT_VERSION_BUILD
#define CLIENT_VERSION_MAJOR
git will put "#define GIT_COMMIT_ID ..." on the next line inside archives.
- Format:
- n::define GIT_COMMIT_ID "%H"
Definition at line 33 of file clientversion.cpp.
| #define BUILD_SUFFIX "-unk" |
| const std::string CLIENT_BUILD |
( |
BUILD_DESC |
BUILD_SUFFIX | ) |
|
| const std::string CLIENT_NAME |
( |
"Satoshi" |
| ) |
|
Name of client reported in the 'version' message.
Report the same name for both bitcoind and bitcoin-qt, to make it harder for attackers to target servers or GUI users specifically.
| std::string FormatFullVersion |
( |
| ) |
|
| std::string FormatSubVersion |
( |
const std::string & |
name, |
|
|
int |
nClientVersion, |
|
|
const std::vector< std::string > & |
comments |
|
) |
| |
| static std::string FormatVersion |
( |
int |
nVersion | ) |
|
|
static |