From 8aff869ef7d9c3f5e734d9c40d619c717050a3c6 Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Mon, 23 Jan 2023 08:05:22 +0200 Subject: [PATCH] Increment editlevel Commit 0f257ec538242d (nhlua.c static analyzer fix) changed a variable from long to unsigned, but the var is also saved to the save file, so broke save compat. --- include/patchlevel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/patchlevel.h b/include/patchlevel.h index 317d7b2d2..509f1fedc 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 70 +#define EDITLEVEL 71 /* * Development status possibilities.