Marked build as production read and removed beta tag in preparation for RC release.

This commit is contained in:
Ross Nicoll 2014-04-29 00:58:51 +01:00
parent 15ea1c40df
commit c7080be8ca
No known key found for this signature in database
GPG key ID: 9142E5F7E533CE3B
2 changed files with 2 additions and 2 deletions

View file

@ -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],[info@dogecoin.com],[dogecoin])
AC_CONFIG_AUX_DIR([src/build-aux])

View file

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