From: nhmall Date: Wed, 16 Dec 2015 22:59:10 +0000 (-0500) Subject: compatibility macro correction X-Git-Tag: NetHack-3.6.1_RC01~1169 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bc83f28e46242b934fe19426773f1f99e070915a;p=nethack compatibility macro correction 3.6.0 went out with editlevel at 2, not 0 --- diff --git a/include/patchlevel.h b/include/patchlevel.h index db29d49f5..c0aa090a5 100644 --- a/include/patchlevel.h +++ b/include/patchlevel.h @@ -1,4 +1,4 @@ -/* NetHack 3.6 patchlevel.h $NHDT-Date: 1450306182 2015/12/16 22:49:42 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.114 $ */ +/* NetHack 3.6 patchlevel.h $NHDT-Date: 1450306740 2015/12/16 22:59:00 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.115 $ */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ @@ -30,7 +30,7 @@ * PP = patch level, ee = edit level, L = literal suffix "L", * with all four numbers specified as two hexadecimal digits. */ -#define VERSION_COMPATIBILITY 0x03060000L +#define VERSION_COMPATIBILITY 0x03060002L /****************************************************************************/ /* Version 3.6.x */