]> granicus.if.org Git - nethack/commitdiff
Increase EDITLEVEL post Zombie Apocalypse
authorPasi Kallinen <paxed@alt.org>
Wed, 4 Nov 2020 09:36:49 +0000 (11:36 +0200)
committerPasi Kallinen <paxed@alt.org>
Wed, 4 Nov 2020 09:36:52 +0000 (11:36 +0200)
I forgot to increase EDITLEVEL, as the Zombie Apocalypse added a timeout
routine, messing up saves and bones.

include/patchlevel.h

index 29450b3cfe3e8b5a51f952dd674c0bfb9f7f9ace..adf03ba79bab0d38a89afae348b9489cdee4dcc9 100644 (file)
@@ -17,7 +17,7 @@
  * Incrementing EDITLEVEL can be used to force invalidation of old bones
  * and save files.
  */
-#define EDITLEVEL 23
+#define EDITLEVEL 24
 
 /*
  * Development status possibilities.