From: PatR Date: Sat, 5 Mar 2022 03:39:45 +0000 (-0800) Subject: EDITLEVEL increment X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=74c4ee89cc3b81e0388a69b16a505c0da4e9bc9d;p=nethack EDITLEVEL increment The change to report which item was acquired in the logged event for Sokoban completion changed the context struct so changed the contents of save files but neglected to update EDITLEVEL to reject old save files. Do so now. --- diff --git a/include/patchlevel.h b/include/patchlevel.h index 64ec9f08c..2dd5481f7 100644 --- a/include/patchlevel.h +++ b/include/patchlevel.h @@ -1,4 +1,4 @@ -/* NetHack 3.7 patchlevel.h $NHDT-Date: 1593768081 2020/07/03 09:21:21 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.165 $ */ +/* NetHack 3.7 patchlevel.h $NHDT-Date: 1646451566 2022/03/05 03:39:26 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.201 $ */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /*-Copyright (c) Michael Allison, 2012. */ /* NetHack may be freely redistributed. See license for details. */ @@ -17,7 +17,7 @@ * Incrementing EDITLEVEL can be used to force invalidation of old bones * and save files. */ -#define EDITLEVEL 50 +#define EDITLEVEL 51 /* * Development status possibilities.