bitcoind now compiles without wxWidgets or wxBase

This commit is contained in:
Satoshi Nakamoto
2010-07-26 17:44:51 +00:00
committed by Gavin Andresen
parent f0c11b1917
commit b6dc3b517b
17 changed files with 538 additions and 470 deletions

View File

@@ -19,8 +19,8 @@ class CScript;
class CDataStream;
class CAutoFile;
static const int VERSION = 303;
static const char* pszSubVer = "";
static const int VERSION = 304;
static const char* pszSubVer = ".0";