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 0ec2bc23d..2fdfbe2d3 100644
--- a/saveload.c
+++ b/saveload.c
@@ -23,7 +23,7 @@
#include "saveload.h"
enum {
- SAVEGAME_MAJOR_VERSION = 14,
+ SAVEGAME_MAJOR_VERSION = 15,
SAVEGAME_MINOR_VERSION = 0,
SAVEGAME_LOADABLE_VERSION = (SAVEGAME_MAJOR_VERSION << 8) + SAVEGAME_MINOR_VERSION