summaryrefslogtreecommitdiff
path: root/saveload.c
diff options
context:
space:
mode:
Diffstat (limited to 'saveload.c')
-rw-r--r--saveload.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/saveload.c b/saveload.c
index 73928c0c6..54f73b3e8 100644
--- a/saveload.c
+++ b/saveload.c
@@ -28,7 +28,7 @@
#include "variables.h"
enum {
- SAVEGAME_MAJOR_VERSION = 15,
+ SAVEGAME_MAJOR_VERSION = 16,
SAVEGAME_MINOR_VERSION = 0,
SAVEGAME_LOADABLE_VERSION = (SAVEGAME_MAJOR_VERSION << 8) + SAVEGAME_MINOR_VERSION