![]() |
Bitcoin Core 31.0.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. | |
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) | |
| std::string | CopyrightHolders (const std::string &strPrefix) |
| std::string | LicenseInfo () |
| Returns licensing information (for -version) | |
Variables | |
| static const int | CLIENT_VERSION |
| 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 74 of file clientversion.cpp.
| std::string FormatFullVersion | ( | ) |
Definition at line 58 of file clientversion.cpp.
| 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 67 of file clientversion.cpp.
| std::string LicenseInfo | ( | ) |
Returns licensing information (for -version)
Definition at line 86 of file clientversion.cpp.
|
static |
Definition at line 26 of file clientversion.h.
|
extern |