From 8d8418bb28f0ed881922cb3839e704ddc156716d Mon Sep 17 00:00:00 2001 From: Alberth Date: Sun, 12 Jul 2015 15:18:17 +0200 Subject: [PATCH] Change: Increment game file version for new value ranges of the reward parameters. --- info.nut | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/info.nut b/info.nut index 400e7b8..c809013 100644 --- a/info.nut +++ b/info.nut @@ -17,8 +17,8 @@ * Fifth Floor, Boston, MA 02110-1301 USA. */ -SAVEGAME_VERSION <- 4; // Set manually if/when save games break. -MINCOMPATIBLE_SAVEGAME_VERSION <- 4; // cset: c87ea540a037 +SAVEGAME_VERSION <- 5; // Set manually if/when save games break. +MINCOMPATIBLE_SAVEGAME_VERSION <- 5; // cset: c87ea540a037 PROGRAM_VERSION <- Syntax error, set by 'make bundle'. PROGRAM_DATE <- Syntax error, set by 'make bundle'.