From 0be7ca07ee312763284f954db69db0d705c381c4 Mon Sep 17 00:00:00 2001 From: Alberth Date: Sat, 13 Jun 2015 15:14:29 +0200 Subject: [PATCH] Fix: Update save game version for the new strings. --- info.nut | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/info.nut b/info.nut index 84f653c..b16cf42 100644 --- a/info.nut +++ b/info.nut @@ -17,8 +17,8 @@ * Fifth Floor, Boston, MA 02110-1301 USA. */ -SAVEGAME_VERSION <- 3; // Set manually if/when save games break. -MINCOMPATIBLE_SAVEGAME_VERSION <- 3; // cset: bf1430b223d5df73a0c6ba9c996594a77d497cf1 +SAVEGAME_VERSION <- 4; // Set manually if/when save games break. +MINCOMPATIBLE_SAVEGAME_VERSION <- 4; // cset: c87ea540a037 PROGRAM_VERSION <- Syntax error, set by 'make bundle'. PROGRAM_DATE <- Syntax error, set by 'make bundle'.