From: PatR Date: Sat, 15 Oct 2022 13:22:18 +0000 (-0700) Subject: missing EDITLEVEL update X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=46f2903d43f524ce3a2c4f89cedba2cdaa71b483;p=nethack missing EDITLEVEL update The Elbereth fix changed 'struct engr' and should have included an increment to EDITLEVEL to invalidate old save and bones files. --- diff --git a/include/patchlevel.h b/include/patchlevel.h index 2174c1ddf..3f39fe3be 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 65 +#define EDITLEVEL 66 /* * Development status possibilities.