From 72343d9f2c71226968dca796519bbd245ec7b74b Mon Sep 17 00:00:00 2001 From: Randy Heit Date: Wed, 4 Feb 2009 01:27:45 +0000 Subject: [PATCH] - Bumped MINSAVEVER to coincide with the new MAPINFO merge. SVN r1397 (trunk) --- docs/rh-log.txt | 3 ++- src/version.h | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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