From c9ac5bc48a2ea846605b9b31d91aa16f18226d18 Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Wed, 4 Nov 2020 11:36:49 +0200 Subject: [PATCH] Increase EDITLEVEL post Zombie Apocalypse I forgot to increase EDITLEVEL, as the Zombie Apocalypse added a timeout routine, messing up saves and bones. --- include/patchlevel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.50.1