aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJackson Palmer <[email protected]>2014-02-08 21:38:12 +1100
committerJackson Palmer <[email protected]>2014-02-08 21:38:12 +1100
commit0a7649fbb447ae1f78ac535ac5e12227a9d0b934 (patch)
treea604b29dd5a725db5eae3611d51b24d83a064713
parentUpdate verson info (diff)
downloaddiscoin-0a7649fbb447ae1f78ac535ac5e12227a9d0b934.tar.xz
discoin-0a7649fbb447ae1f78ac535ac5e12227a9d0b934.zip
Version Update for 1.5.11.5.1
-rw-r--r--src/clientversion.h2
-rw-r--r--src/version.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/clientversion.h b/src/clientversion.h
index 05d200ee3..9e8b2c709 100644
--- a/src/clientversion.h
+++ b/src/clientversion.h
@@ -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 0
+#define CLIENT_VERSION_REVISION 1
#define CLIENT_VERSION_BUILD 0
// Set to true for release, false for prerelease or test build
diff --git a/src/version.cpp b/src/version.cpp
index b0cd107a2..60ec98398 100644
--- a/src/version.cpp
+++ b/src/version.cpp
@@ -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, 27 Jan 2014 13:37:00 +0000"
+# define GIT_COMMIT_DATE "Mon, 7 Feb 2014 13:37:00 +0000"
#endif
#define BUILD_DESC_FROM_COMMIT(maj,min,rev,build,commit) \