From e4d83d71ce397de060a7f07f4271111e257689a3 Mon Sep 17 00:00:00 2001 From: PatR Date: Sat, 15 Oct 2022 06:22:18 -0700 Subject: [PATCH] missing EDITLEVEL update The Elbereth fix changed 'struct engr' and should have included an increment to EDITLEVEL to invalidate old save and bones files. --- include/patchlevel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.50.1