From: Eric S. Raymond Date: Thu, 28 Feb 2019 11:04:57 +0000 (-0500) Subject: Bump the save format number, just in case. X-Git-Tag: 1.8~16 X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=commitdiff_plain;h=b2b4377f71d78cae58bc2e3ee8a9b61cecda9325;ds=sidebyside Bump the save format number, just in case. --- 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