Fabcoin Core
0.16.2
P2P Digital Currency
|
#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 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/fabcoin/bips/blob/master/bip-0014.mediawiki) More... | |
Variables | |
const std::string | CLIENT_NAME |
const std::string | CLIENT_BUILD |
#define COPYRIGHT_STR 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 80 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/fabcoin/bips/blob/master/bip-0014.mediawiki)
Definition at line 88 of file clientversion.cpp.
const std::string CLIENT_BUILD |
const std::string CLIENT_NAME |