From 728163efb44274408eedca2c27d5b15d0a52a540 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Wed, 4 Jun 2008 20:24:57 +0000 Subject: [PATCH] - bumped min. savegame version to r1018. SVN r1020 (trunk) --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index efdc8d214..661f89322 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 1001 +#define MINSAVEVER 1018 #if SVN_REVISION_NUMBER < MINSAVEVER // Never write a savegame with a version lower than what we need