From: Pasi Kallinen Date: Wed, 4 Nov 2020 09:36:49 +0000 (+0200) Subject: Increase EDITLEVEL post Zombie Apocalypse X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c9ac5bc48a2ea846605b9b31d91aa16f18226d18;p=nethack Increase EDITLEVEL post Zombie Apocalypse I forgot to increase EDITLEVEL, as the Zombie Apocalypse added a timeout routine, messing up saves and bones. --- diff --git a/include/patchlevel.h b/include/patchlevel.h index 29450b3cf..adf03ba79 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 23 +#define EDITLEVEL 24 /* * Development status possibilities.