mirror of
https://github.com/dogecoin/dogecoin.git
synced 2026-03-02 09:06:01 +00:00
Dogecoin 1.5.2
This commit is contained in:
parent
fe29c6db17
commit
fdb7017518
@ -10,7 +10,7 @@
|
||||
// These need to be macros, as version.cpp's and bitcoin-qt.rc's voodoo requires it
|
||||
#define CLIENT_VERSION_MAJOR 1
|
||||
#define CLIENT_VERSION_MINOR 5
|
||||
#define CLIENT_VERSION_REVISION 1
|
||||
#define CLIENT_VERSION_REVISION 2
|
||||
#define CLIENT_VERSION_BUILD 0
|
||||
|
||||
// Set to true for release, false for prerelease or test build
|
||||
|
||||
@ -38,7 +38,7 @@ const std::string CLIENT_NAME("Shibetoshi");
|
||||
#define GIT_ARCHIVE 1
|
||||
#ifdef GIT_ARCHIVE
|
||||
# define GIT_COMMIT_ID ""
|
||||
# define GIT_COMMIT_DATE "Mon, 7 Feb 2014 13:37:00 +0000"
|
||||
# define GIT_COMMIT_DATE "Mon, 18 Feb 2014 13:37:00 +0000"
|
||||
#endif
|
||||
|
||||
#define BUILD_DESC_FROM_COMMIT(maj,min,rev,build,commit) \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user