From: PatR Date: Sun, 10 Jul 2022 22:43:49 +0000 (-0700) Subject: bump EDITLEVEL X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0059ced57830bc06f914292184e7ef5924ce4f22;p=nethack bump EDITLEVEL The most recent "simulated mouse" commit included changes to 'struct u' that should have been accompanied by an increment in EDITLEVEL. Do the missing increment now. --- diff --git a/include/patchlevel.h b/include/patchlevel.h index 25a3fc45c..99b05254e 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 60 +#define EDITLEVEL 61 /* * Development status possibilities.