From: Pasi Kallinen Date: Fri, 19 Feb 2021 15:24:50 +0000 (+0200) Subject: Increment editlevel X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f9aff476c44510a7958127525b24e8eb7ba019aa;p=nethack Increment editlevel Just in case, even though changing joined to boolean shouldn't cause problems. --- diff --git a/include/patchlevel.h b/include/patchlevel.h index 76c12c8f6..567bdded3 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 31 +#define EDITLEVEL 32 /* * Development status possibilities.