3.3.2 to 3.4.0

This commit is contained in:
nethack.allison
2002-02-04 16:11:00 +00:00
parent 06528d1002
commit 742e1e8c90
178 changed files with 232 additions and 232 deletions

View File

@@ -1,4 +1,4 @@
Building a PPC NetHack 3.3 with the Metrowerks compilers
Building a PPC NetHack 3.4 with the Metrowerks compilers
You must be familiar with the Metrowerks compiler and know how to construct

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)macmenu.c 3.3 99/11/24 */
/* SCCS Id: @(#)macmenu.c 3.4 1999/11/24 */
/* Copyright (c) Macintosh NetHack Port Team, 1993. */
/* NetHack may be freely redistributed. See license for details. */
@@ -1091,7 +1091,7 @@ aboutNetHack() {
if (theMenubar >= mbarRegular) {
(void) doversion(); /* is this necessary? */
} else {
unsigned char aboutStr[32] = "\pNetHack 3.3.";
unsigned char aboutStr[32] = "\pNetHack 3.4.";
if (PATCHLEVEL > 10) {
aboutStr[++aboutStr[0]] = '0'+PATCHLEVEL/10;

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)macwin.c 3.3 96/01/15 */
/* SCCS Id: @(#)macwin.c 3.4 1996/01/15 */
/* Copyright (c) Jon W{tte, Hao-Yang Wang, Jonathan Handler 1992. */
/* NetHack may be freely redistributed. See license for details. */

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)mrecover.c 3.3 96/07/24 */
/* SCCS Id: @(#)mrecover.c 3.4 1996/07/24 */
/* Copyright (c) David Hairston, 1993. */
/* NetHack may be freely redistributed. See license for details. */