change to version 0.9.00. sounds better than 0.8.99

This commit is contained in:
Miguel Freitas 2013-11-08 18:37:24 -02:00
parent 80f389239b
commit 2917054c80
2 changed files with 3 additions and 3 deletions

View File

@ -7,8 +7,8 @@
// These need to be macros, as version.cpp's and bitcoin-qt.rc's voodoo requires it
#define CLIENT_VERSION_MAJOR 0
#define CLIENT_VERSION_MINOR 8
#define CLIENT_VERSION_REVISION 99
#define CLIENT_VERSION_MINOR 9
#define CLIENT_VERSION_REVISION 00
#define CLIENT_VERSION_BUILD 0
// Set to true for release, false for prerelease or test build

View File

@ -2397,7 +2397,7 @@ string GetWarnings(string strFor)
strRPC = "test";
if (!CLIENT_VERSION_IS_RELEASE)
strStatusBar = _("This is a pre-release test build - use at your own risk - do not use for mining or merchant applications");
strStatusBar = _("This is a pre-release test build - use at your own risk");
// Misc warnings like out of disk space and clock is wrong
if (strMiscWarning != "")