diff options
author | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-02-15 04:03:07 +0000 |
---|---|---|
committer | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-02-15 04:03:07 +0000 |
commit | cc4b78d59f566ff43881f57797a16ce45eb1b80e (patch) | |
tree | fd29f92dd45891aab4d1bc6103bb886971a29523 /serialize.h | |
parent | 297a50a06350e2094213a0930e896c10744256b9 (diff) |
strip out unfinished product, review and market stuff,
enable _() instead of wxT() in uiproject.fbp so it uses wxGetTranslation for the wxFormBuilder generated part of the UI
Diffstat (limited to 'serialize.h')
-rw-r--r-- | serialize.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/serialize.h b/serialize.h index f73773147d..12b58ad1ca 100644 --- a/serialize.h +++ b/serialize.h @@ -20,7 +20,7 @@ class CDataStream; class CAutoFile;
static const int VERSION = 201;
-static const char* pszSubVer = ".1";
+static const char* pszSubVer = ".2";
|