]> granicus.if.org Git - nethack/commitdiff
EDITLEVEL increment
authorPatR <rankin@nethack.org>
Sat, 5 Mar 2022 03:39:45 +0000 (19:39 -0800)
committerPatR <rankin@nethack.org>
Sat, 5 Mar 2022 03:39:45 +0000 (19:39 -0800)
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

index 64ec9f08c7e464b258be783dfba10022fe45025e..2dd5481f783e00ef15cdc9689438290d2123ee24 100644 (file)
@@ -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.