From: Pasi Kallinen Date: Sat, 5 Dec 2020 17:38:16 +0000 (+0200) Subject: Increment EDITLEVEL X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0462a2088c5937a8fb3ea0fdecdd4326cf180ef1;p=nethack Increment EDITLEVEL Forgot to increment EDITLEVEL when I did the stairs change, and again after fixing the Oracle bones stairs. Lets do it now. --- diff --git a/include/patchlevel.h b/include/patchlevel.h index d240f2245..47f5d5235 100644 --- a/include/patchlevel.h +++ b/include/patchlevel.h @@ -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.