From ad50501872f2e1c9a0f4d5e4b45334a3ef503d49 Mon Sep 17 00:00:00 2001 From: nhmall Date: Wed, 2 Dec 2015 19:10:12 -0500 Subject: [PATCH] Release prep 1 Changes to be committed: modified: include/global.h modified: include/patchlevel.h --- include/global.h | 2 +- include/patchlevel.h | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/include/global.h b/include/global.h index 42be8902d..73a2c1802 100644 --- a/include/global.h +++ b/include/global.h @@ -7,7 +7,7 @@ #include -#define BETA /* development or beta testing [MRS] */ +/* #define BETA /* development or beta testing [MRS] */ #define DEBUG diff --git a/include/patchlevel.h b/include/patchlevel.h index 33fc0f606..64cc5e4a4 100644 --- a/include/patchlevel.h +++ b/include/patchlevel.h @@ -36,8 +36,12 @@ /* Version 3.6.x */ /* - * NetHack 3.6.0, June NN, NNNN + * NetHack 3.6.0, December 7, 2015 * + * Hundreds of bug fixes. + * Some code reorganization. + * Some new features. + * Variations of some community patches rolled in. */ /****************************************************************************/