From: PatR Date: Thu, 6 Jun 2019 22:59:27 +0000 (-0700) Subject: 3.7.x saves not compatible with 3.6.x X-Git-Tag: NetHack-3.7.0_WIP~387 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eebbac1c657e58321bc802c90a07a86c66857f74;p=nethack 3.7.x saves not compatible with 3.6.x --- 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 */