]> granicus.if.org Git - nethack/commitdiff
missing EDITLEVEL update
authorPatR <rankin@nethack.org>
Sat, 15 Oct 2022 13:22:18 +0000 (06:22 -0700)
committernhmall <nhmall@nethack.org>
Sat, 15 Oct 2022 16:28:54 +0000 (12:28 -0400)
The Elbereth fix changed 'struct engr' and should have included an
increment to EDITLEVEL to invalidate old save and bones files.

include/patchlevel.h

index 2174c1ddfc72b234663dfc03773bc035769971a4..3f39fe3bee1a7889620f3fc4ac7d0b06f8a7337f 100644 (file)
@@ -17,7 +17,7 @@
  * Incrementing EDITLEVEL can be used to force invalidation of old bones
  * and save files.
  */
-#define EDITLEVEL 65
+#define EDITLEVEL 66
 
 /*
  * Development status possibilities.