all builds are now with wxWidgets-2.9.0, we are now using UTF-8,

added support for language translation file locale/<lang>/LC_MESSAGES/bitcoin.mo 
-- version 0.2.2
This commit is contained in:
s_nakamoto
2010-02-17 17:22:01 +00:00
parent f3cd4206b8
commit bcd2714038
16 changed files with 281 additions and 462 deletions

View File

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