5 #ifndef BITCOIN_CLIENTVERSION_H 6 #define BITCOIN_CLIENTVERSION_H 8 #if defined(HAVE_CONFIG_H) 16 #define CLIENT_VERSION_MAJOR 0 18 #define CLIENT_VERSION_MINOR 12 19 #define CLIENT_VERSION_REVISION 2 20 #define CLIENT_VERSION_BUILD 1 23 #define CLIENT_VERSION_IS_RELEASE true 29 #define COPYRIGHT_YEAR 2017 31 #endif //HAVE_CONFIG_H 37 #define STRINGIZE(X) DO_STRINGIZE(X) 38 #define DO_STRINGIZE(X) #X 41 #define COPYRIGHT_STR "2009-" STRINGIZE(COPYRIGHT_YEAR) " The Bitcoin Core Developers, 2014-" STRINGIZE(COPYRIGHT_YEAR) " The Dash Core Developers" 49 #if !defined(WINDRES_PREPROC) 66 std::string
FormatSubVersion(
const std::string&
name,
int nClientVersion,
const std::vector<std::string>& comments);
68 #endif // WINDRES_PREPROC 70 #endif // BITCOIN_CLIENTVERSION_H std::string FormatSubVersion(const std::string &name, int nClientVersion, const std::vector< std::string > &comments)
#define CLIENT_VERSION_MAJOR
These need to be macros, as clientversion.cpp's and dash*-res.rc's voodoo requires it...
#define CLIENT_VERSION_MINOR
std::string FormatFullVersion()
const std::string CLIENT_NAME
#define CLIENT_VERSION_BUILD
const std::string CLIENT_DATE
static const int CLIENT_VERSION
const std::string CLIENT_BUILD
#define CLIENT_VERSION_REVISION