From 0462a2088c5937a8fb3ea0fdecdd4326cf180ef1 Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Sat, 5 Dec 2020 19:38:16 +0200 Subject: [PATCH] Increment EDITLEVEL Forgot to increment EDITLEVEL when I did the stairs change, and again after fixing the Oracle bones stairs. Lets do it now. --- include/patchlevel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/patchlevel.h b/include/patchlevel.h index d240f2245..47f5d5235 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 27 +#define EDITLEVEL 28 /* * Development status possibilities. -- 2.50.1