Mark sources non-beta and update patchlevel

This commit is contained in:
nethack.allison
2002-03-13 03:12:17 +00:00
parent c2f12a3ae4
commit d1a4f74e91
2 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)global.h 3.4 1999/07/02 */ /* SCCS Id: @(#)global.h 3.4 2002/03/12 */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* 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 /* if a beta-test copy [MRS] */ /* #define BETA */ /* if a beta-test copy [MRS] */
/* /*
* Files expected to exist in the playground directory. * Files expected to exist in the playground directory.

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)patchlevel.h 3.4 2002/03/02 */ /* SCCS Id: @(#)patchlevel.h 3.4 2002/03/12 */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
@@ -13,7 +13,7 @@
* Incrementing EDITLEVEL can be used to force invalidation of old bones * Incrementing EDITLEVEL can be used to force invalidation of old bones
* and save files. * and save files.
*/ */
#define EDITLEVEL 1 #define EDITLEVEL 0
#define COPYRIGHT_BANNER_A \ #define COPYRIGHT_BANNER_A \
"NetHack, Copyright 1985-2002" "NetHack, Copyright 1985-2002"
@@ -41,7 +41,7 @@
/* Version 3.4.0 */ /* Version 3.4.0 */
/* /*
* NetHack 3.4.0, March 10, 2002 * NetHack 3.4.0, March 12, 2002
* *
* Hundreds of general bug fixes including some for sliming, zapping, conduct, * Hundreds of general bug fixes including some for sliming, zapping, conduct,
* and several more for riding * and several more for riding