NetHack 3.6.2 release-related updates

This commit is contained in:
nhmall
2019-05-07 14:39:24 -04:00
parent cf2a9b7797
commit 39320dec2b
3 changed files with 8 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
/* NetHack 3.6 global.h $NHDT-Date: 1524690661 2018/04/25 21:11:01 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.51 $ */ /* NetHack 3.6 global.h $NHDT-Date: 1557254325 2019/05/07 18:38:45 $ $NHDT-Branch: NetHack-3.6.2 $:$NHDT-Revision: 1.71 $ */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/*-Copyright (c) Michael Allison, 2006. */ /*-Copyright (c) Michael Allison, 2006. */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
@@ -8,7 +8,7 @@
#include <stdio.h> #include <stdio.h>
#define BETA /* development or beta testing [MRS] */ /* #define BETA */ /* development or beta testing [MRS] */
#ifndef DEBUG /* allow tool chains to define without causing warnings */ #ifndef DEBUG /* allow tool chains to define without causing warnings */
#define DEBUG #define DEBUG

View File

@@ -1,4 +1,4 @@
/* NetHack 3.6 patchlevel.h $NHDT-Date: 1524931630 2018/04/28 16:07:10 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.121 $ */ /* NetHack 3.6 patchlevel.h $NHDT-Date: 1557254337 2019/05/07 18:38:57 $ $NHDT-Branch: NetHack-3.6.2 $:$NHDT-Revision: 1.126 $ */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/*-Copyright (c) Michael Allison, 2012. */ /*-Copyright (c) Michael Allison, 2012. */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
@@ -36,9 +36,9 @@
/****************************************************************************/ /****************************************************************************/
/* Version 3.6.x */ /* Version 3.6.x */
/* Patch 2, <insert date here> /* Patch 2, May 7, 2019
* *
* Over 220 bug fixes including a couple of crash bug fixes * Over 320 bug fixes including a couple of crash bug fixes
* More than 15 enhancements or improvements * More than 15 enhancements or improvements
* Ensuring that unix Makefiles do not rely on features unique to gnu make * Ensuring that unix Makefiles do not rely on features unique to gnu make
* Improvements to hilite_status parsing in an effort to ensure that expected * Improvements to hilite_status parsing in an effort to ensure that expected
@@ -46,6 +46,7 @@
* Performance optimizations for tty * Performance optimizations for tty
* Windows console tty via use of a back buffer * Windows console tty via use of a back buffer
* Mac OS X build improvements and inclusion of an Xcode project * Mac OS X build improvements and inclusion of an Xcode project
* Adopted the community curses window port
*/ */
/* Patch 1, April 27, 2018 /* Patch 1, April 27, 2018

View File

@@ -1,4 +1,4 @@
/* NetHack 3.6 makedefs.c $NHDT-Date: 1550444428 2019/02/17 23:00:28 $ $NHDT-Branch: NetHack-3.6.2-beta01 $:$NHDT-Revision: 1.141 $ */ /* NetHack 3.6 makedefs.c $NHDT-Date: 1557254354 2019/05/07 18:39:14 $ $NHDT-Branch: NetHack-3.6.2 $:$NHDT-Revision: 1.145 $ */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/*-Copyright (c) Kenneth Lorber, Kensington, Maryland, 2015. */ /*-Copyright (c) Kenneth Lorber, Kensington, Maryland, 2015. */
/* Copyright (c) M. Stephenson, 1990, 1991. */ /* Copyright (c) M. Stephenson, 1990, 1991. */
@@ -53,7 +53,7 @@
#endif #endif
#if defined(UNIX) && !defined(LINT) && !defined(GCC_WARN) #if defined(UNIX) && !defined(LINT) && !defined(GCC_WARN)
static const char SCCS_Id[] UNUSED = "@(#)makedefs.c\t3.6\t2018/03/02"; static const char SCCS_Id[] UNUSED = "@(#)makedefs.c\t3.6\t2019/05/07";
#endif #endif
/* names of files to be generated */ /* names of files to be generated */