aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlangerhans <[email protected]>2014-04-29 11:14:24 +0200
committerlangerhans <[email protected]>2014-04-29 11:14:24 +0200
commit89c25c96fc9dd5d30aceadeeaeeb650b5497d12d (patch)
tree36b34ba496fa43e86b88a6ab6f73003279d18b95
parentMerge pull request #492 from rnicoll/1.7-checkpoint (diff)
parentMarked build as production read and removed beta tag in preparation for RC re... (diff)
downloaddiscoin-89c25c96fc9dd5d30aceadeeaeeb650b5497d12d.tar.xz
discoin-89c25c96fc9dd5d30aceadeeaeeb650b5497d12d.zip
Merge pull request #493 from rnicoll/1.7-dev-rc
Prepare development branch for release candidate
-rw-r--r--RELEASE_NOTES_1_7.md (renamed from RELEASE_NOTES_1_7_alpha.md)0
-rw-r--r--configure.ac2
-rw-r--r--src/version.cpp2
3 files changed, 2 insertions, 2 deletions
diff --git a/RELEASE_NOTES_1_7_alpha.md b/RELEASE_NOTES_1_7.md
index 660c83c93..660c83c93 100644
--- a/RELEASE_NOTES_1_7_alpha.md
+++ b/RELEASE_NOTES_1_7.md
diff --git a/configure.ac b/configure.ac
index 22cc1ed28..88f151e30 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ define(_CLIENT_VERSION_MAJOR, 1)
define(_CLIENT_VERSION_MINOR, 7)
define(_CLIENT_VERSION_REVISION, 0)
define(_CLIENT_VERSION_BUILD, 0)
-define(_CLIENT_VERSION_IS_RELEASE, false)
+define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2014)
AC_INIT([Dogecoin Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[[email protected]],[dogecoin])
AC_CONFIG_AUX_DIR([src/build-aux])
diff --git a/src/version.cpp b/src/version.cpp
index 3af8a2691..5c8c29d23 100644
--- a/src/version.cpp
+++ b/src/version.cpp
@@ -13,7 +13,7 @@
const std::string CLIENT_NAME("Shibetoshi");
// Client version number
-#define CLIENT_VERSION_SUFFIX "-beta"
+#define CLIENT_VERSION_SUFFIX ""
// The following part of the code determines the CLIENT_BUILD variable.