diff --git a/docs/rh-log.txt b/docs/rh-log.txt index cd58028d1..7571ea65b 100644 --- a/docs/rh-log.txt +++ b/docs/rh-log.txt @@ -1,5 +1,6 @@ February 3, 2009 -- Added a fflush call after the logfile write in I_FatalError so that the +- Bumped MINSAVEVER to coincide with the new MAPINFO merge. +- Added a fflush() call after the logfile write in I_FatalError so that the error text is visible in the file while the error dialog is displayed. January 18, 2009 - February 3, 2009 (Changes by Graf Zahl) diff --git a/src/version.h b/src/version.h index 58ff63a7a..ad56dad54 100644 --- a/src/version.h +++ b/src/version.h @@ -75,7 +75,7 @@ // SAVESIG should match SAVEVER. // MINSAVEVER is the minimum level snapshot version that can be loaded. -#define MINSAVEVER 1304 +#define MINSAVEVER 1393 #if SVN_REVISION_NUMBER < MINSAVEVER // Never write a savegame with a version lower than what we need