Bitcoin Core 28.99.0
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. More... | |
Functions | |
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... | |
Variables | |
static const int | CLIENT_VERSION |
bitcoind-res.rc includes this file, but it cannot cope with real c++ code. More... | |
const std::string | UA_NAME |
#define COPYRIGHT_STR "2009-" STRINGIZE(COPYRIGHT_YEAR) " " COPYRIGHT_HOLDERS_FINAL |
Copyright string used in Windows .rc files.
Definition at line 18 of file clientversion.h.
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.
std::string LicenseInfo | ( | ) |
Returns licensing information (for -version)
Definition at line 84 of file clientversion.cpp.
|
static |
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 31 of file clientversion.h.
|
extern |