@ -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
@ -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 != "")