ensure go-forward builds of branch NetHack-3.6 don't still say 3.6.2

This commit is contained in:
nhmall
2019-05-10 13:47:59 -04:00
parent a60e4f5dc6
commit dd93a1b0d4
2 changed files with 8 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
/* NetHack 3.6 global.h $NHDT-Date: 1557254325 2019/05/07 18:38:45 $ $NHDT-Branch: NetHack-3.6.2 $:$NHDT-Revision: 1.71 $ */
/* NetHack 3.6 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 <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 */
#define DEBUG

View File

@@ -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.6 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. */
@@ -9,7 +9,7 @@
/*
* PATCHLEVEL is updated for each release.
*/
#define PATCHLEVEL 2
#define PATCHLEVEL 3
/*
* Incrementing EDITLEVEL can be used to force invalidation of old bones
* and save files.
@@ -36,6 +36,10 @@
/****************************************************************************/
/* Version 3.6.x */
/* Patch 3, <insert date here>
*
*/
/* Patch 2, May 7, 2019
*
* Over 320 bug fixes including a couple of crash bug fixes