From eebbac1c657e58321bc802c90a07a86c66857f74 Mon Sep 17 00:00:00 2001 From: PatR Date: Thu, 6 Jun 2019 15:59:27 -0700 Subject: [PATCH] 3.7.x saves not compatible with 3.6.x --- include/patchlevel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/patchlevel.h b/include/patchlevel.h index 45dc12e91..3d7d95580 100644 --- a/include/patchlevel.h +++ b/include/patchlevel.h @@ -31,7 +31,7 @@ * PP = patch level, ee = edit level, L = literal suffix "L", * with all four numbers specified as two hexadecimal digits. */ -#define VERSION_COMPATIBILITY 0x03060002L +#define VERSION_COMPATIBILITY 0x03070000L /****************************************************************************/ /* Version 3.6.x */ -- 2.50.1