]> granicus.if.org Git - nethack/commitdiff
Increment editlevel
authorPasi Kallinen <paxed@alt.org>
Mon, 23 Jan 2023 06:05:22 +0000 (08:05 +0200)
committerPasi Kallinen <paxed@alt.org>
Mon, 23 Jan 2023 06:05:26 +0000 (08:05 +0200)
Commit 0f257ec538242d (nhlua.c static analyzer fix) changed
a variable from long to unsigned, but the var is also saved
to the save file, so broke save compat.

include/patchlevel.h

index 317d7b2d2b5715c1fae194c5183e042c769a7e38..509f1fedcd5e94bfbc7abbb61578fc930538eda5 100644 (file)
@@ -17,7 +17,7 @@
  * Incrementing EDITLEVEL can be used to force invalidation of old bones
  * and save files.
  */
-#define EDITLEVEL 70
+#define EDITLEVEL 71
 
 /*
  * Development status possibilities.