From bc83f28e46242b934fe19426773f1f99e070915a Mon Sep 17 00:00:00 2001 From: nhmall Date: Wed, 16 Dec 2015 17:59:10 -0500 Subject: [PATCH] compatibility macro correction 3.6.0 went out with editlevel at 2, not 0 --- include/patchlevel.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */ -- 2.40.0