Dogecoin 1.5.2

This commit is contained in:
Jackson Palmer 2014-02-18 08:57:16 +11:00
parent fe29c6db17
commit fdb7017518
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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) \