From 9a3358220449e75966bb188f2dc49310107b676d Mon Sep 17 00:00:00 2001 From: s_nakamoto Date: Sun, 28 Feb 2010 15:00:32 +0000 Subject: fix unsafe string handling in wxGetTranslation --- serialize.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'serialize.h') 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"; -- cgit v1.2.3