From 0059ced57830bc06f914292184e7ef5924ce4f22 Mon Sep 17 00:00:00 2001 From: PatR Date: Sun, 10 Jul 2022 15:43:49 -0700 Subject: [PATCH] bump EDITLEVEL The most recent "simulated mouse" commit included changes to 'struct u' that should have been accompanied by an increment in EDITLEVEL. Do the missing increment now. --- include/patchlevel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/patchlevel.h b/include/patchlevel.h index 25a3fc45c..99b05254e 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 60 +#define EDITLEVEL 61 /* * Development status possibilities.