From b7f71b026d0da7cadb4db0ab674e0e2908227bce Mon Sep 17 00:00:00 2001 From: dominik Date: Wed, 22 Dec 2004 16:54:55 +0000 Subject: (svn r1222) Currency cleanup. Changed some currency symbols according to forum suggestions (thx ChrisCF) and rearranged the currencies alphabetically (except for the major ones). --- saveload.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'saveload.c') diff --git a/saveload.c b/saveload.c index b85eb9525..fc20194a0 100644 --- a/saveload.c +++ b/saveload.c @@ -9,7 +9,7 @@ enum { SAVEGAME_MAJOR_VERSION = 4, - SAVEGAME_MINOR_VERSION = 1, + SAVEGAME_MINOR_VERSION = 2, SAVEGAME_LOADABLE_VERSION = (SAVEGAME_MAJOR_VERSION << 8) + SAVEGAME_MINOR_VERSION }; -- cgit v1.2.3-54-g00ecf