diff options
author | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-02-28 15:00:32 +0000 |
---|---|---|
committer | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-02-28 15:00:32 +0000 |
commit | 9a3358220449e75966bb188f2dc49310107b676d (patch) | |
tree | 1c69128fbaf46487b4cb554fe941f243d9ff32e6 /serialize.h | |
parent | 8a46ed83cc65707fab87f93ab59e9a611dd02a06 (diff) |
fix unsafe string handling in wxGetTranslation
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 5399c23d02..77dfa95bb9 100644 --- a/serialize.h +++ b/serialize.h @@ -20,7 +20,7 @@ class CDataStream; class CAutoFile;
static const int VERSION = 207;
-static const char* pszSubVer = ".0";
+static const char* pszSubVer = ".1";
|