From: Pasi Kallinen Date: Mon, 23 Jan 2023 06:05:22 +0000 (+0200) Subject: Increment editlevel X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8aff869ef7d9c3f5e734d9c40d619c717050a3c6;p=nethack Increment editlevel Commit 0f257ec538242d (nhlua.c static analyzer fix) changed a variable from long to unsigned, but the var is also saved to the save file, so broke save compat. --- diff --git a/include/patchlevel.h b/include/patchlevel.h index 317d7b2d2..509f1fedc 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 70 +#define EDITLEVEL 71 /* * Development status possibilities.