Bitcoin Core 28.99.0
P2P Digital Currency
|
#include <bitcoin-build-config.h>
#include <clientversion.h>
#include <util/string.h>
#include <util/translation.h>
#include <tinyformat.h>
#include <string>
#include <vector>
#include <bitcoin-build-info.h>
Go to the source code of this file.
Macros | |
#define | BUILD_DESC "v" CLIENT_VERSION_STRING |
git will put "#define GIT_COMMIT_ID ..." on the next line inside archives. More... | |
#define | BUILD_SUFFIX "-unk" |
Functions | |
const std::string | UA_NAME ("Satoshi") |
Name of client reported in the 'version' message. More... | |
static std::string | FormatVersion (int nVersion) |
std::string | FormatFullVersion () |
std::string | FormatSubVersion (const std::string &name, int nClientVersion, const std::vector< std::string > &comments) |
Format the subversion field according to BIP 14 spec (https://github.com/bitcoin/bips/blob/master/bip-0014.mediawiki) More... | |
std::string | CopyrightHolders (const std::string &strPrefix) |
std::string | LicenseInfo () |
Returns licensing information (for -version) More... | |
#define BUILD_DESC "v" CLIENT_VERSION_STRING |
git will put "#define GIT_COMMIT_ID ..." on the next line inside archives.
$Format:n#define GIT_COMMIT_ID "%H"$
Definition at line 39 of file clientversion.cpp.
#define BUILD_SUFFIX "-unk" |
Definition at line 47 of file clientversion.cpp.
std::string CopyrightHolders | ( | const std::string & | strPrefix | ) |
Definition at line 72 of file clientversion.cpp.
std::string FormatFullVersion | ( | ) |
std::string FormatSubVersion | ( | const std::string & | name, |
int | nClientVersion, | ||
const std::vector< std::string > & | comments | ||
) |
Format the subversion field according to BIP 14 spec (https://github.com/bitcoin/bips/blob/master/bip-0014.mediawiki)
Definition at line 65 of file clientversion.cpp.
|
static |
std::string LicenseInfo | ( | ) |
Returns licensing information (for -version)
Definition at line 84 of file clientversion.cpp.
const std::string UA_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.