From d730d7ee1c26dacc5a555ff2e1f4e5032f33660e Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Tue, 25 Mar 2008 15:13:31 +0000 Subject: [PATCH] - bumped min. savegame version for changes in sound sequence code. SVN r853 (trunk) --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index 77eb4b184..d4040ab6a 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 837 +#define MINSAVEVER 849 #if SVN_REVISION_NUMBER < MINSAVEVER // Never write a savegame with a version lower than what we need