Bitcoin ABC 0.26.3
P2P Digital Currency
|
Go to the source code of this file.
Macros | |
#define | COPYRIGHT_STR "2009-" STRINGIZE(COPYRIGHT_YEAR) " " COPYRIGHT_HOLDERS_FINAL |
Copyright string used in Windows .rc files. | |
Functions | |
std::string | FormatVersion (int nVersion) |
std::string | FormatFullVersion () |
std::string | FormatUserAgent (const std::string &name, const std::string &version, const std::vector< std::string > &comments) |
Format the subversion field according to BIP 14 spec. | |
std::string | CopyrightHolders (const std::string &strPrefix) |
std::string | LicenseInfo () |
Returns licensing information (for -version) | |
Variables | |
static constexpr int | CLIENT_VERSION |
bitcoind-res.rc includes this file, but it cannot cope with real c++ code. | |
const std::string | CLIENT_NAME |
const std::string | CLIENT_BUILD |
#define COPYRIGHT_STR "2009-" STRINGIZE(COPYRIGHT_YEAR) " " COPYRIGHT_HOLDERS_FINAL |
Copyright string used in Windows .rc files.
Definition at line 24 of file clientversion.h.
std::string CopyrightHolders | ( | const std::string & | strPrefix | ) |
Definition at line 88 of file clientversion.cpp.
std::string FormatFullVersion | ( | ) |
std::string FormatUserAgent | ( | const std::string & | name, |
const std::string & | version, | ||
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 71 of file clientversion.cpp.
std::string FormatVersion | ( | int | nVersion | ) |
std::string LicenseInfo | ( | ) |
Returns licensing information (for -version)
Definition at line 93 of file clientversion.cpp.
|
extern |
|
extern |
bitcoind-res.rc includes this file, but it cannot cope with real c++ code.
WINDRES_PREPROC is defined to indicate that its pre-processor is running. Anything other than a define should be guarded below.
Definition at line 38 of file clientversion.h.