Browse Source

change to version 0.9.00. sounds better than 0.8.99

miguelfreitas
Miguel Freitas 11 years ago
parent
commit
2917054c80
  1. 4
      src/clientversion.h
  2. 2
      src/main.cpp

4
src/clientversion.h

@ -7,8 +7,8 @@ @@ -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

2
src/main.cpp

@ -2397,7 +2397,7 @@ string GetWarnings(string strFor) @@ -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 != "")

Loading…
Cancel
Save