diff options
author | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-07-08 16:14:56 +0000 |
---|---|---|
committer | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-07-08 16:14:56 +0000 |
commit | a280b4e661560943265cb443745b0b08374985a2 (patch) | |
tree | 23e8847e09abe899fa9cba862f96e7d924dc484c /serialize.h | |
parent | 603c7ccea84a6e906c9095d73dff8552e79bb5ac (diff) |
Laszlo's fix to make generate threads idle priority on Linux,
replaced some wxBase dependencies: wxMutex, wxFileExists, wxStandardPaths, wxGetLocalTimeMillis
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 57ac5e34bb..44eeb233f9 100644 --- a/serialize.h +++ b/serialize.h @@ -20,7 +20,7 @@ class CDataStream; class CAutoFile;
static const int VERSION = 300;
-static const char* pszSubVer = "";
+static const char* pszSubVer = ".1";
|