3.3.2 to 3.4.0
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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. */
|
||||
|
||||
|
||||
@@ -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. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user