diff --git a/include/global.h b/include/global.h index deb57e48f..0e247ea79 100644 --- a/include/global.h +++ b/include/global.h @@ -1,4 +1,4 @@ -/* NetHack 3.6 global.h $NHDT-Date: 1557402408 2019/05/09 11:46:48 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.78 $ */ +/* NetHack 3.7 global.h $NHDT-Date: 1557510460 2019/05/10 17:47:40 $ $NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.72 $ */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /*-Copyright (c) Michael Allison, 2006. */ /* NetHack may be freely redistributed. See license for details. */ @@ -8,7 +8,7 @@ #include -#define BETA /* development or beta testing [MRS] */ +#define BETA /* development or beta testing [MRS] */ #ifndef DEBUG /* allow tool chains to define without causing warnings */ #define DEBUG diff --git a/include/patchlevel.h b/include/patchlevel.h index 8e2679119..45dc12e91 100644 --- a/include/patchlevel.h +++ b/include/patchlevel.h @@ -1,4 +1,4 @@ -/* NetHack 3.6 patchlevel.h $NHDT-Date: 1557254337 2019/05/07 18:38:57 $ $NHDT-Branch: NetHack-3.6.2 $:$NHDT-Revision: 1.126 $ */ +/* NetHack 3.7 patchlevel.h $NHDT-Date: 1557510467 2019/05/10 17:47:47 $ $NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.127 $ */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /*-Copyright (c) Michael Allison, 2012. */ /* NetHack may be freely redistributed. See license for details. */ @@ -36,6 +36,10 @@ /****************************************************************************/ /* Version 3.6.x */ +/* Patch 3, + * + */ + /* Patch 2, May 7, 2019 * * Over 320 bug fixes including a couple of crash bug fixes