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 @@
/* 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;