![]() |
BSHA3
0.17.99
P2P Blockchain, based on Bitcoin
|
#include <string>#include <vector>Go to the source code of this file.
Macros | |
| #define | STRINGIZE(X) DO_STRINGIZE(X) |
| Converts the parameter X to a string after macro replacement on X has been performed. More... | |
| #define | DO_STRINGIZE(X) #X |
| #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... | |
Variables | |
| 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 25 of file clientversion.h.
Definition at line 22 of file clientversion.h.
| #define STRINGIZE | ( | X | ) | DO_STRINGIZE(X) |
Converts the parameter X to a string after macro replacement on X has been performed.
Don't merge these into one macro!
Definition at line 21 of file clientversion.h.
| std::string FormatFullVersion | ( | ) |
Definition at line 79 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 87 of file clientversion.cpp.
| const std::string CLIENT_BUILD |
| const std::string CLIENT_NAME |
1.8.14