]> granicus.if.org Git - nethack/commitdiff
compatibility macro correction
authornhmall <mjnh@persona.ca>
Wed, 16 Dec 2015 22:59:10 +0000 (17:59 -0500)
committernhmall <mjnh@persona.ca>
Wed, 16 Dec 2015 22:59:10 +0000 (17:59 -0500)
3.6.0 went out with editlevel at 2, not 0

include/patchlevel.h

index db29d49f59298917bc26dc7f14d39c92dfc01e2e..c0aa090a5fcdf114350da0ceecc80a6287f54e93 100644 (file)
@@ -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 */