From 74c4ee89cc3b81e0388a69b16a505c0da4e9bc9d Mon Sep 17 00:00:00 2001 From: PatR Date: Fri, 4 Mar 2022 19:39:45 -0800 Subject: [PATCH] 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. --- include/patchlevel.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.50.1