]> granicus.if.org Git - nethack/commitdiff
Increment EDITLEVEL
authorPasi Kallinen <paxed@alt.org>
Sat, 5 Dec 2020 17:38:16 +0000 (19:38 +0200)
committerPasi Kallinen <paxed@alt.org>
Sat, 5 Dec 2020 17:38:20 +0000 (19:38 +0200)
Forgot to increment EDITLEVEL when I did the stairs change,
and again after fixing the Oracle bones stairs. Lets do it now.

include/patchlevel.h

index d240f22459723c8c00dce455bb513be7980cbce3..47f5d52359388cbc2ba250c2f402730d203987d9 100644 (file)
@@ -17,7 +17,7 @@
  * Incrementing EDITLEVEL can be used to force invalidation of old bones
  * and save files.
  */
-#define EDITLEVEL 27
+#define EDITLEVEL 28
 
 /*
  * Development status possibilities.