From b2b4377f71d78cae58bc2e3ee8a9b61cecda9325 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 28 Feb 2019 06:04:57 -0500 Subject: [PATCH] Bump the save format number, just in case. --- saveresume.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/saveresume.c b/saveresume.c index eab902a..ab2e1fe 100644 --- a/saveresume.c +++ b/saveresume.c @@ -18,7 +18,7 @@ #include "advent.h" #include "dungeon.h" -#define VRSION 28 /* bump on save format change */ +#define VRSION 29 /* bump on save format change */ /* * If you change the first three members, the resume function may not properly -- 2.31.1