Bump the save format number, just in case.
authorEric S. Raymond <esr@thyrsus.com>
Thu, 28 Feb 2019 11:04:57 +0000 (06:04 -0500)
committerEric S. Raymond <esr@thyrsus.com>
Thu, 28 Feb 2019 11:04:57 +0000 (06:04 -0500)
saveresume.c

index eab902ab8036aa68a960c7d8d4ea23095c8cdc69..ab2e1fed3ad67e57457f5e44acc16cd474113d9f 100644 (file)
@@ -18,7 +18,7 @@
 #include "advent.h"
 #include "dungeon.h"
 
 #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
 
 /*
  * If you change the first three members, the resume function may not properly