6 #ifndef ANONCOIN_CLIENTVERSION_H
7 #define ANONCOIN_CLIENTVERSION_H
9 #if defined(HAVE_CONFIG_H)
24 #define CLIENT_VERSION_MAJOR 0
25 #define CLIENT_VERSION_MINOR 9
26 #define CLIENT_VERSION_REVISION 4
27 #define CLIENT_VERSION_BUILD 3
30 #define CLIENT_VERSION_IS_RELEASE false
36 #define COPYRIGHT_YEAR 2015
38 #endif //HAVE_CONFIG_H
44 #if !defined(HAVE_PRIMECOIN_CONFIG_H)
45 #define HAVE_PRIMECOIN_CONFIG_H
47 #define PRIMECOIN_VERSION_MAJOR 0
48 #define PRIMECOIN_VERSION_MINOR 1
49 #define PRIMECOIN_VERSION_REVISION 2
50 #define PRIMECOIN_VERSION_BUILD 0
57 #define STRINGIZE(X) DO_STRINGIZE(X)
58 #define DO_STRINGIZE(X) #X
61 #define COPYRIGHT_STR "2013-" STRINGIZE(COPYRIGHT_YEAR) " The Anoncoin Core Developers"
69 #if !defined(WINDRES_PREPROC)
74 static const int CLIENT_VERSION =
86 std::string
FormatSubVersion(
const std::string& name,
int nClientVersion,
const std::vector<std::string>& comments);
88 static const int PRIMECOIN_VERSION =
94 #endif // WINDRES_PREPROC
96 #endif // ANONCOIN_CLIENTVERSION_H
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...
#define PRIMECOIN_VERSION_REVISION
#define PRIMECOIN_VERSION_MAJOR
#define CLIENT_VERSION_MAJOR
#define CLIENT_VERSION_MINOR
#define PRIMECOIN_VERSION_MINOR
#define PRIMECOIN_VERSION_BUILD
std::string FormatFullVersion()
const std::string CLIENT_NAME
#define CLIENT_VERSION_BUILD
const std::string CLIENT_DATE
const std::string CLIENT_BUILD
#define CLIENT_VERSION_REVISION