From: nethack.allison Date: Sun, 2 Jan 2005 17:21:18 +0000 (+0000) Subject: housekeeping: mark trunk sources 3.5 (misc) X-Git-Tag: MOVE2GIT~1368 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e9b022d579ab82262d67e85b28a8aeb127199595;p=nethack housekeeping: mark trunk sources 3.5 (misc) --- diff --git a/Files b/Files index 2f71619f0..f5babdea1 100644 --- a/Files +++ b/Files @@ -1,4 +1,4 @@ -This is a listing of all files in a full NetHack 3.4 distribution, organized +This is a listing of all files in a full NetHack 3.5 distribution, organized in their standard manner on a UNIX system. It indicates which files are necessary for which versions, so that you can tell which files may be deleted from or not transferred to your system if you wish. diff --git a/Porting b/Porting index 16f9cc2ad..9d9cafd85 100644 --- a/Porting +++ b/Porting @@ -1,4 +1,4 @@ - NetHack Porting Guidelines v 3.4 1999-11-29 + NetHack Porting Guidelines v 3.5 1999-11-29 1.0 Introduction @@ -152,7 +152,7 @@ to. This file contains the mainline module, which reads options from the command line (or wherever) and processes them. It also contains various functions associated with game startup. - 3.4 tty.c + 3.5 tty.c You may need to create a new "tty.c" module. If you do, call it [OS]tty.c where the [OS] is replaced with the name of the OS you are porting diff --git a/sys/amiga/Build.ami b/sys/amiga/Build.ami index ab4ca29f7..d6d48c8cc 100644 --- a/sys/amiga/Build.ami +++ b/sys/amiga/Build.ami @@ -38,7 +38,7 @@ II.B. Basic Compilation NetHack can be built with SAS/C version 6.5x. The commercial version of DICE might work, but NetHack version 3.2.2 or later haven't been - compiled with it. The "official" compiler for NetHack 3.4 is SAS/C 6.58 + compiled with it. The "official" compiler for NetHack 3.5 is SAS/C 6.58 - we have dropped support for SAS/C 5.x. The Manx/Aztec port has not been tested recently and is certainly diff --git a/sys/amiga/Install.ami b/sys/amiga/Install.ami index aeb0d66ea..4096ea3f8 100644 --- a/sys/amiga/Install.ami +++ b/sys/amiga/Install.ami @@ -24,9 +24,9 @@ I.A. Overview light those mundane tasks which must be dealt with before beginning your journey; for those of you who are faced with the task of installing the pre-fabricated version of our town, section III - (Installing Amiga NetHack 3.4) will guide you through the task at + (Installing Amiga NetHack 3.5) will guide you through the task at hand. If you are ready to visit, the local visitors guide is in - section II (Using Amiga NetHack 3.4); please also see the general + section II (Using Amiga NetHack 3.5); please also see the general guide packaged separately (the file "GuideBook"). To all our visitors, a hearty Welcome! - and please be careful. @@ -121,7 +121,7 @@ III.A. General Installation current version and then update. Will NetHack fit on your machine? - NetHack 3.4 is large. NetHack 3.4 is very large. You will need: + NetHack 3.5 is large. NetHack 3.4 is very large. You will need: > Any standard series Amiga: 500, 600, 1000, 1200, 2000, 2500, 3000, 4000. > WorkBench 2.04 or later. > At least 3 meg of RAM. NetHack will NOT run in 1 meg (probably even 2). diff --git a/sys/amiga/Makefile.ami b/sys/amiga/Makefile.ami index 21d31761e..971911e8a 100644 --- a/sys/amiga/Makefile.ami +++ b/sys/amiga/Makefile.ami @@ -1,5 +1,5 @@ # NetHack Makefile. -# SCCS Id: @(#)Makefile.ami 3.4 2002/21/02 +# SCCS Id: @(#)Makefile.ami 3.5 2002/21/02 # Copyright (c) Kenneth Lorber, Bethesda, Maryland, 1991,1992,1993,1996. # NetHack may be freely redistributed. See license for details. diff --git a/sys/amiga/amistack.c b/sys/amiga/amistack.c index 7e0b6fc55..c8db64fd2 100644 --- a/sys/amiga/amistack.c +++ b/sys/amiga/amistack.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)amistack.c 3.4 2000/05/03 */ +/* SCCS Id: @(#)amistack.c 3.5 2000/05/03 */ /* Copyright (c) Janne Salmijärvi, Tampere, Finland, 2000 */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/sys/atari/Install.tos b/sys/atari/Install.tos index 76d1084f9..5e34fab87 100644 --- a/sys/atari/Install.tos +++ b/sys/atari/Install.tos @@ -1,7 +1,7 @@ Instructions for compiling and installing NetHack 3.4 on a TOS system ===================================================== - (or, How to make ST NetHack 3.4) + (or, How to make ST NetHack 3.5) Last revision: 2 February 2000 1. Make sure all the NetHack files are in the appropriate directory structure. diff --git a/sys/be/bemain.c b/sys/be/bemain.c index acebb1573..d277fcdca 100644 --- a/sys/be/bemain.c +++ b/sys/be/bemain.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)bemain.c 3.4 1998/07/15 */ +/* SCCS Id: @(#)bemain.c 3.5 1998/07/15 */ /* Copyright (c) Dean Luick, 1996. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/sys/mac/Install.mw b/sys/mac/Install.mw index 51580cf7d..8c110281e 100644 --- a/sys/mac/Install.mw +++ b/sys/mac/Install.mw @@ -1,4 +1,4 @@ -Building a PPC NetHack 3.4 with the Metrowerks compilers +Building a PPC NetHack 3.5 with the Metrowerks compilers You must be familiar with the Metrowerks compiler and know how to construct diff --git a/sys/mac/NHDeflts b/sys/mac/NHDeflts index 12a9c3d9f..bfac212b1 100644 --- a/sys/mac/NHDeflts +++ b/sys/mac/NHDeflts @@ -1,4 +1,4 @@ -# SCCS Id: @(#)NetHack Defaults 3.4 2002/03/15 +# SCCS Id: @(#)NetHack Defaults 3.5 2002/03/15 # Copyright (c) 2002 by Dean Luick, Mark Modrall, and Kevin Hugo # NetHack may be freely redistributed. See license for details. # diff --git a/sys/mac/News b/sys/mac/News index ddbc48dbc..f86da0e0a 100644 --- a/sys/mac/News +++ b/sys/mac/News @@ -1,4 +1,4 @@ -Welcome to NetHack 3.4 for MacOS 7.0 - 9.x +Welcome to NetHack 3.5 for MacOS 7.0 - 9.x Unfortunately, the 68k version is no longer supported. diff --git a/sys/mac/carbon.plist b/sys/mac/carbon.plist index 665b8fb22..11dde333a 100644 --- a/sys/mac/carbon.plist +++ b/sys/mac/carbon.plist @@ -7,22 +7,22 @@ CFBundleIdentifier org.nethack.carbon CFBundleLongVersionString - 3.4.3 © 1985-2004 devteam@nethack.org + 3.5.0 © 1985-2005 devteam@nethack.org CFBundleName NetHack CFBundlePackageType APPL CFBundleShortVersionString - 3.4.3 + 3.5.0 CFBundleSignature NHak CFBundleVersion - 3.4.3 + 3.5.0 LSPrefersCarbon NSAppleScriptEnabled NSHumanReadableCopyright - © 1985-2004 devteam@nethack.org + © 1985-2005 devteam@nethack.org diff --git a/sys/mac/macmenu.c b/sys/mac/macmenu.c index 9917ad256..a0c14f44e 100644 --- a/sys/mac/macmenu.c +++ b/sys/mac/macmenu.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)macmenu.c 3.4 1999/11/24 */ +/* SCCS Id: @(#)macmenu.c 3.5 1999/11/24 */ /* Copyright (c) Macintosh NetHack Port Team, 1993. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/sys/mac/macwin.c b/sys/mac/macwin.c index 5c70c151d..55a2213a5 100644 --- a/sys/mac/macwin.c +++ b/sys/mac/macwin.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)macwin.c 3.4 1996/01/15 */ +/* SCCS Id: @(#)macwin.c 3.5 1996/01/15 */ /* Copyright (c) Jon W{tte, Hao-Yang Wang, Jonathan Handler 1992. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/sys/mac/mrecover.c b/sys/mac/mrecover.c index 8a76d934c..57a833a62 100644 --- a/sys/mac/mrecover.c +++ b/sys/mac/mrecover.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)mrecover.c 3.4 1996/07/24 */ +/* SCCS Id: @(#)mrecover.c 3.5 1996/07/24 */ /* Copyright (c) David Hairston, 1993. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/sys/msdos/Install.dos b/sys/msdos/Install.dos index 4cb26ad11..cea810ac0 100644 --- a/sys/msdos/Install.dos +++ b/sys/msdos/Install.dos @@ -4,12 +4,12 @@ NetHack may be freely redistributed. See license for details. ============================================================== Instructions for compiling and installing - NetHack 3.4 on a DOS system + NetHack 3.5 on a DOS system ====================================================== - (or, How to make PC NetHack 3.4) + (or, How to make PC NetHack 3.5) Last revision: $Date$ -Credit for a runnable full PC NetHack 3.4 goes to the PC Development team +Credit for a runnable full PC NetHack 3.5 goes to the PC Development team of Paul Winner, Kevin Smolkowski, Michael Allison, Yitzhak Sapir, Bill Dyer, Timo Hakulinen, Yamamoto Keizo, Mike Threepoint, Mike Stephenson, Stephen White, Ken Washikita and Janet Walz. The present port is based @@ -49,7 +49,7 @@ I. Dispelling the Myths: The unsupported sys/msdos/Makefile.MSC was for the old 16 bit Microsoft Visual C 1.52c compiler and has not been made compliant - with 3.4.x. + with 3.5.x. You may find it useful to obtain copies of lex (flex) and yacc (bison or byacc). While not strictly necessary to compile nethack, they are @@ -245,7 +245,7 @@ Appendix B - DJGPP Compiler (gcc ported to msdos) Appendix C - Additional Notes -1) Save files and bones files from versions of NetHack prior to 3.4.0 will not +1) Save files and bones files from versions of NetHack prior to 3.5.0 will not work with this NetHack. Don't bother trying to keep them. 2) To install an update of NetHack after changing something, type 'make' diff --git a/sys/msdos/Makefile.BC b/sys/msdos/Makefile.BC index 53e8b9472..c6b32ca0a 100644 --- a/sys/msdos/Makefile.BC +++ b/sys/msdos/Makefile.BC @@ -1,9 +1,9 @@ -# SCCS Id: @(#)Makefile.BC 3.4 2002/03/17 +# SCCS Id: @(#)Makefile.BC 3.5 2002/03/17 # Copyright (c) Yitzhak Sapir, 1999-2002. # NetHack may be freely distributed. See license for details. # -# PC NetHack 3.4 Makefile for Borland C++ 3.1 and 4.5. +# PC NetHack 3.5 Makefile for Borland C++ 3.1 and 4.5. # # Nota Bene: Before you get to here you should have already read # the Install.dos file located in the sys/msdos directory. diff --git a/sys/msdos/Makefile.GCC b/sys/msdos/Makefile.GCC index 5af3e15d7..801354d5b 100644 --- a/sys/msdos/Makefile.GCC +++ b/sys/msdos/Makefile.GCC @@ -1,6 +1,6 @@ -# SCCS Id: @(#)Makefile.GCC 3.4 $Date$ +# SCCS Id: @(#)Makefile.GCC 3.5 $Date$ # Copyright (c) NetHack PC Development Team 1996-2003. -# PC NetHack 3.4 Makefile for djgpp V2 +# PC NetHack 3.5 Makefile for djgpp V2 # # Gnu gcc compiler for msdos (djgpp) # Requires Gnu Make utility (V3.79.1 or greater) supplied with djgpp diff --git a/sys/msdos/Makefile.MSC b/sys/msdos/Makefile.MSC index 29f4a9999..b51932c89 100644 --- a/sys/msdos/Makefile.MSC +++ b/sys/msdos/Makefile.MSC @@ -1,4 +1,4 @@ -# SCCS Id: @(#)Makefile.MSC 3.4 2002/09/10 +# SCCS Id: @(#)Makefile.MSC 3.5 2002/09/10 # Copyright (c) NetHack PC Development Team 1997 - 2002. # PC NetHack 3.3x Makefile for MSC V1.52c (16 bit compiler) # diff --git a/sys/msdos/NHAccess.nh b/sys/msdos/NHAccess.nh index 2fb67313b..524c875e9 100644 --- a/sys/msdos/NHAccess.nh +++ b/sys/msdos/NHAccess.nh @@ -1,4 +1,4 @@ -# SCSS Id: @(#)NHAccess.nh 3.4 1999/11/28 +# SCSS Id: @(#)NHAccess.nh 3.5 1999/11/28 # Copyright (c) NetHack PC Development Team 1993, 1996, 1999 # NetHack may be freely redistributed. See license for details. # diff --git a/sys/msdos/msdos.c b/sys/msdos/msdos.c index 9e8bbf021..85d55b5e7 100644 --- a/sys/msdos/msdos.c +++ b/sys/msdos/msdos.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)msdos.c 3.4 2000/07/30 */ +/* SCCS Id: @(#)msdos.c 3.5 2000/07/30 */ /* Copyright (c) NetHack PC Development Team 1990, 1991, 1992, 1993, 1994 */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/sys/msdos/ovlinit.c b/sys/msdos/ovlinit.c index fc0ff2278..e0b447b86 100644 --- a/sys/msdos/ovlinit.c +++ b/sys/msdos/ovlinit.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)ovlinit.c 3.4 1994/03/20 */ +/* SCCS Id: @(#)ovlinit.c 3.5 1994/03/20 */ /* Copyright (c) NetHack PC Development Team 1995 */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/sys/msdos/pckeys.c b/sys/msdos/pckeys.c index d2783b47b..9eb4d69cd 100644 --- a/sys/msdos/pckeys.c +++ b/sys/msdos/pckeys.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)pckeys.c 3.4 1996/05/11 */ +/* SCCS Id: @(#)pckeys.c 3.5 1996/05/11 */ /* Copyright (c) NetHack PC Development Team 1996 */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/sys/msdos/pctiles.c b/sys/msdos/pctiles.c index 8289c022f..b6dbb1255 100644 --- a/sys/msdos/pctiles.c +++ b/sys/msdos/pctiles.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)pctiles.c 3.4 1995/07/31 */ +/* SCCS Id: @(#)pctiles.c 3.5 1995/07/31 */ /* Copyright (c) NetHack PC Development Team 1993, 1994 */ /* NetHack may be freely redistributed. See license for details. */ /* */ diff --git a/sys/msdos/pctiles.h b/sys/msdos/pctiles.h index 1750592f0..87f9162a7 100644 --- a/sys/msdos/pctiles.h +++ b/sys/msdos/pctiles.h @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)pctiles.h 3.4 1994/04/04 */ +/* SCCS Id: @(#)pctiles.h 3.5 1994/04/04 */ /* Copyright (c) NetHack PC Development Team 1993, 1994 */ /* NetHack may be freely redistributed. See license for details. */ /* */ diff --git a/sys/msdos/pcvideo.h b/sys/msdos/pcvideo.h index 41d30614d..29fdeca93 100644 --- a/sys/msdos/pcvideo.h +++ b/sys/msdos/pcvideo.h @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)pcvideo.h 3.4 1994/06/07 */ +/* SCCS Id: @(#)pcvideo.h 3.5 1994/06/07 */ /* Copyright (c) NetHack PC Development Team 1993, 1994 */ /* NetHack may be freely redistributed. See license for details. */ /* */ diff --git a/sys/msdos/portio.h b/sys/msdos/portio.h index c1d64ded2..6237e222f 100644 --- a/sys/msdos/portio.h +++ b/sys/msdos/portio.h @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)portio.h 3.4 1995/08/05 */ +/* SCCS Id: @(#)portio.h 3.5 1995/08/05 */ /* Copyright (c) NetHack PC Development Team 1995 */ /* NetHack may be freely redistributed. See license for details. */ /* */ diff --git a/sys/msdos/schema1.BC b/sys/msdos/schema1.BC index 3f5153168..384bdf1da 100644 --- a/sys/msdos/schema1.BC +++ b/sys/msdos/schema1.BC @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)schema1.BC 3.4 1999/10/28 */ +/* SCCS Id: @(#)schema1.BC 3.5 1999/10/28 */ /* Copyright (c) Yitzhak Sapir, 1999 */ /* */ /* NetHack Overlay Schema */ diff --git a/sys/msdos/schema2.BC b/sys/msdos/schema2.BC index 3d15f5c4f..798337967 100644 --- a/sys/msdos/schema2.BC +++ b/sys/msdos/schema2.BC @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)schema2.BC 3.4 1999/10/28 */ +/* SCCS Id: @(#)schema2.BC 3.5 1999/10/28 */ /* Copyright (c) Yitzhak Sapir, 1999 */ /* */ /* NetHack Overlay Schema */ diff --git a/sys/msdos/schema3.MSC b/sys/msdos/schema3.MSC index 4cc6fc701..91c218f2d 100644 --- a/sys/msdos/schema3.MSC +++ b/sys/msdos/schema3.MSC @@ -1,4 +1,4 @@ -; SCCS Id: @(#)schema3.MSC 3.4 2003/08/03 +; SCCS Id: @(#)schema3.MSC 3.5 2003/08/03 ; Copyright (c) NetHack PC Development Team, 2000 ; ; NetHack Overlay Schema diff --git a/sys/msdos/sound.c b/sys/msdos/sound.c index b283f59a3..f4c5e2252 100644 --- a/sys/msdos/sound.c +++ b/sys/msdos/sound.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)sound.c 3.4 1996/02/19 */ +/* SCCS Id: @(#)sound.c 3.5 1996/02/19 */ /* Copyright (c) NetHack PC Development Team 1993,1995 */ /* NetHack may be freely redistributed. See license for details. */ /* */ diff --git a/sys/msdos/tile2bin.c b/sys/msdos/tile2bin.c index ee4e89442..9e988777b 100644 --- a/sys/msdos/tile2bin.c +++ b/sys/msdos/tile2bin.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)tile2bin.c 3.4 1995/01/26 */ +/* SCCS Id: @(#)tile2bin.c 3.5 1995/01/26 */ /* Copyright (c) NetHack PC Development Team 1993, 1994, 1995 */ /* NetHack may be freely redistributed. See license for details. */ @@ -169,7 +169,7 @@ char *argv[]; # endif strncpy(tibheader.ident, - "NetHack 3.4 MSDOS Port binary tile file", 80); + "NetHack 3.5 MSDOS Port binary tile file", 80); strncpy(tibheader.timestamp, asctime(newtime), 24); tibheader.timestamp[25] = '\0'; tibheader.tilecount = tilecount; diff --git a/sys/msdos/video.c b/sys/msdos/video.c index 1576828d4..2dd172d02 100644 --- a/sys/msdos/video.c +++ b/sys/msdos/video.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)video.c 3.4 2001/04/07 */ +/* SCCS Id: @(#)video.c 3.5 2001/04/07 */ /* Copyright (c) NetHack PC Development Team 1993, 1994, 2001 */ /* NetHack may be freely redistributed. See license for details. */ /* */ diff --git a/sys/msdos/vidtxt.c b/sys/msdos/vidtxt.c index 96506505e..2379abcf9 100644 --- a/sys/msdos/vidtxt.c +++ b/sys/msdos/vidtxt.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)vidtxt.c 3.4 1994/04/04 */ +/* SCCS Id: @(#)vidtxt.c 3.5 1994/04/04 */ /* Copyright (c) NetHack PC Development Team 1993 */ /* NetHack may be freely redistributed. See license for details. */ /* */ diff --git a/sys/msdos/vidvga.c b/sys/msdos/vidvga.c index de3d0b25d..9ac0363e3 100644 --- a/sys/msdos/vidvga.c +++ b/sys/msdos/vidvga.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)vidvga.c 3.4 1996/02/16 */ +/* SCCS Id: @(#)vidvga.c 3.5 1996/02/16 */ /* Copyright (c) NetHack PC Development Team 1995 */ /* NetHack may be freely redistributed. See license for details. */ /* diff --git a/sys/os2/Install.os2 b/sys/os2/Install.os2 index aafd0facf..1b40529c6 100644 --- a/sys/os2/Install.os2 +++ b/sys/os2/Install.os2 @@ -51,7 +51,7 @@ Note that code compiled for OS/2 versions 1.0-1.3 runs unmodified in OS/2 versions 2.0 and up. In principle it should be possible to cross compile - NetHack 3.4 for OS/2 in DOS using NDMAKE and MSC, but this is not + NetHack 3.5 for OS/2 in DOS using NDMAKE and MSC, but this is not recommended (see note 3). If you're using some other compiler than one listed above, you will have diff --git a/sys/os2/Makefile.os2 b/sys/os2/Makefile.os2 index 6f2743b8d..4720dc22c 100644 --- a/sys/os2/Makefile.os2 +++ b/sys/os2/Makefile.os2 @@ -1,5 +1,5 @@ -# SCCS Id: @(#)Makefile.os2 3.4.1 1996/10/29 -# OS/2 NetHack 3.4.1 Makefile for OS/2 versions 1.x and 2.x +# SCCS Id: @(#)Makefile.os2 3.5 1996/10/29 +# OS/2 NetHack 3.5 Makefile for OS/2 versions 1.x and 2.x # Copyright (C) 1990, 1991, 1992, 1993, 1996 Timo Hakulinen # # Several compilers exist for OS/2 but, currently only GCC emx is tested @@ -175,7 +175,7 @@ WINSHARE= $(NHSRC)\win\share # Shared system files OBJ = \tmp\obj # Object files TEMP = \tmp\bin # Temporary files during make process -GAMEDIR = \games\nh341x11 # Game directory +GAMEDIR = \games\nh350x11 # Game directory PLIBP = c:\emx\lib # Protected mode C libraries RLIBP = c:\emx\lib # Possible real mode C libraries @@ -184,7 +184,7 @@ RLIBP = c:\emx\lib # Possible real mode C libraries # GAME = nethack -GAMEDES = "NetHack 3.4.1" +GAMEDES = "NetHack 3.5.0" # # The uppermost two lines for MSC, the middle two for GCC, and diff --git a/sys/os2/os2.c b/sys/os2/os2.c index 676774ebd..418bb053a 100644 --- a/sys/os2/os2.c +++ b/sys/os2/os2.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)os2.c 3.4 1996/02/29 */ +/* SCCS Id: @(#)os2.c 3.5 1996/02/29 */ /* Copyright (c) Timo Hakulinen, 1990, 1991, 1992, 1993, 1996. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/sys/share/Makefile.lib b/sys/share/Makefile.lib index dbf9705fe..0f4037801 100644 --- a/sys/share/Makefile.lib +++ b/sys/share/Makefile.lib @@ -1,4 +1,4 @@ -# SCCS Id: @(#)Makefile.lib 3.4 1990/22/02 +# SCCS Id: @(#)Makefile.lib 3.5 1990/22/02 # Nethack makefile for Fred fish termlib -- Norman Meluch # CC = cl /c diff --git a/sys/share/dgn_lex.c b/sys/share/dgn_lex.c index 054a25dcb..a39fadc32 100644 --- a/sys/share/dgn_lex.c +++ b/sys/share/dgn_lex.c @@ -406,7 +406,7 @@ static char *yy_last_accepting_cpos; #define YY_MORE_ADJ 0 char *yytext; #define INITIAL 0 -/* SCCS Id: @(#)dgn_lex.c 3.4 2002/03/27 */ +/* SCCS Id: @(#)dgn_lex.c 3.5 2002/03/27 */ /* Copyright (c) 1989 by Jean-Christophe Collet */ /* Copyright (c) 1990 by M. Stephenson */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/sys/share/dgn_yacc.c b/sys/share/dgn_yacc.c index 359510784..886e309d8 100644 --- a/sys/share/dgn_yacc.c +++ b/sys/share/dgn_yacc.c @@ -8,7 +8,7 @@ static char yysccsid[] = "@(#)yaccpar 1.9 (Berkeley) 02/21/93"; #define yyerrok (yyerrflag=0) #define YYRECOVERING (yyerrflag!=0) #define YYPREFIX "yy" -/* SCCS Id: @(#)dgn_comp.c 3.4 1996/06/22 */ +/* SCCS Id: @(#)dgn_comp.c 3.5 1996/06/22 */ /* Copyright (c) 1989 by Jean-Christophe Collet */ /* Copyright (c) 1990 by M. Stephenson */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/sys/share/ioctl.c b/sys/share/ioctl.c index 8349281af..63bc29927 100644 --- a/sys/share/ioctl.c +++ b/sys/share/ioctl.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)ioctl.c 3.4 1990/22/02 */ +/* SCCS Id: @(#)ioctl.c 3.5 1990/22/02 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/sys/share/lev_lex.c b/sys/share/lev_lex.c index 90cc7554c..668390d62 100644 --- a/sys/share/lev_lex.c +++ b/sys/share/lev_lex.c @@ -687,7 +687,7 @@ static char *yy_last_accepting_cpos; #define YY_MORE_ADJ 0 char *yytext; #define INITIAL 0 -/* SCCS Id: @(#)lev_lex.c 3.4 2002/03/27 */ +/* SCCS Id: @(#)lev_lex.c 3.5 2002/03/27 */ /* Copyright (c) 1989 by Jean-Christophe Collet */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/sys/share/lev_yacc.c b/sys/share/lev_yacc.c index 44dcdc0bf..cf509bbf3 100644 --- a/sys/share/lev_yacc.c +++ b/sys/share/lev_yacc.c @@ -8,7 +8,7 @@ static char yysccsid[] = "@(#)yaccpar 1.9 (Berkeley) 02/21/93"; #define yyerrok (yyerrflag=0) #define YYRECOVERING (yyerrflag!=0) #define YYPREFIX "yy" -/* SCCS Id: @(#)lev_yacc.c 3.4 2000/01/17 */ +/* SCCS Id: @(#)lev_yacc.c 3.5 2000/01/17 */ /* Copyright (c) 1989 by Jean-Christophe Collet */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/sys/share/nhlan.c b/sys/share/nhlan.c index 27b1783b6..a7a6cea36 100644 --- a/sys/share/nhlan.c +++ b/sys/share/nhlan.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)nhlan.c 3.4 1999/11/21 */ +/* SCCS Id: @(#)nhlan.c 3.5 1999/11/21 */ /* Copyright (c) Michael Allison, 1997 */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/sys/share/pcmain.c b/sys/share/pcmain.c index 52f47045d..18f24bd6a 100644 --- a/sys/share/pcmain.c +++ b/sys/share/pcmain.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)pcmain.c 3.4 2002/08/22 */ +/* SCCS Id: @(#)pcmain.c 3.5 2002/08/22 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/sys/share/pcsys.c b/sys/share/pcsys.c index 8a94cce17..23b12e470 100644 --- a/sys/share/pcsys.c +++ b/sys/share/pcsys.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)pcsys.c 3.4 2002/01/22 */ +/* SCCS Id: @(#)pcsys.c 3.5 2002/01/22 */ /* NetHack may be freely redistributed. See license for details. */ /* diff --git a/sys/share/pctty.c b/sys/share/pctty.c index 5dd3d0023..e74db51db 100644 --- a/sys/share/pctty.c +++ b/sys/share/pctty.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)pctty.c 3.4 1990/22/02 +/* SCCS Id: @(#)pctty.c 3.5 1990/22/02 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/sys/share/pcunix.c b/sys/share/pcunix.c index 85e1a7e65..16edd96be 100644 --- a/sys/share/pcunix.c +++ b/sys/share/pcunix.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)pcunix.c 3.4 1994/11/07 */ +/* SCCS Id: @(#)pcunix.c 3.5 1994/11/07 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/sys/share/tclib.c b/sys/share/tclib.c index 0ccfcb373..f543eb3ec 100644 --- a/sys/share/tclib.c +++ b/sys/share/tclib.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)tclib.c 3.4 1996/02/25 */ +/* SCCS Id: @(#)tclib.c 3.5 1996/02/25 */ /* Copyright (c) Robert Patrick Rankin, 1995 */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/sys/share/unixtty.c b/sys/share/unixtty.c index 05b76b4a9..efdb31933 100644 --- a/sys/share/unixtty.c +++ b/sys/share/unixtty.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)unixtty.c 3.4 1990/22/02 */ +/* SCCS Id: @(#)unixtty.c 3.5 1990/22/02 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/sys/unix/Install.unx b/sys/unix/Install.unx index cbdfca364..e7ab0268b 100644 --- a/sys/unix/Install.unx +++ b/sys/unix/Install.unx @@ -85,7 +85,7 @@ Notes: 1. Save files and bones files from previous versions will not work with - NetHack 3.4. Don't bother trying to keep them. + NetHack 3.5. Don't bother trying to keep them. 2. To install an update of this version of NetHack after changing something, type 'make update' from the main directory. If you created the new diff --git a/sys/unix/Makefile.dat b/sys/unix/Makefile.dat index 75a5aa82d..862eeb52c 100644 --- a/sys/unix/Makefile.dat +++ b/sys/unix/Makefile.dat @@ -1,5 +1,5 @@ # NetHack Makefile. -# SCCS Id: @(#)Makefile.dat 3.4 1992/09/18 +# SCCS Id: @(#)Makefile.dat 3.5 1992/09/18 # for Atari # SHELL=E:/GEMINI2/MUPFEL.TTP diff --git a/sys/unix/Makefile.doc b/sys/unix/Makefile.doc index 647e90ae0..8244fef77 100644 --- a/sys/unix/Makefile.doc +++ b/sys/unix/Makefile.doc @@ -1,5 +1,5 @@ # NetHack Makefile. -# SCCS Id: @(#)Makefile.doc 3.4 1996/03/23 +# SCCS Id: @(#)Makefile.doc 3.5 1996/03/23 # for Atari # SHELL=E:/GEMINI2/MUPFEL.TTP diff --git a/sys/unix/Makefile.src b/sys/unix/Makefile.src index 63a32becf..537b26529 100644 --- a/sys/unix/Makefile.src +++ b/sys/unix/Makefile.src @@ -1,5 +1,5 @@ # NetHack Makefile. -# SCCS Id: @(#)Makefile.src 3.4 2002/03/02 +# SCCS Id: @(#)Makefile.src 3.5 2002/03/02 # newer makes predefine $(MAKE) to 'make' and do smarter processing of # recursive make calls if $(MAKE) is used diff --git a/sys/unix/Makefile.top b/sys/unix/Makefile.top index 2f11c35ea..23bb1d7e2 100644 --- a/sys/unix/Makefile.top +++ b/sys/unix/Makefile.top @@ -1,5 +1,5 @@ # NetHack Makefile. -# SCCS Id: @(#)Makefile.top 3.4 1995/01/05 +# SCCS Id: @(#)Makefile.top 3.5 1995/01/05 # newer makes predefine $(MAKE) to 'make' and do smarter processing of # recursive make calls if $(MAKE) is used diff --git a/sys/unix/Makefile.utl b/sys/unix/Makefile.utl index e2936a8be..4cd935404 100644 --- a/sys/unix/Makefile.utl +++ b/sys/unix/Makefile.utl @@ -1,5 +1,5 @@ # Makefile for NetHack's utility programs. -# SCCS Id: @(#)Makefile.utl 3.4 1997/04/19 +# SCCS Id: @(#)Makefile.utl 3.5 1997/04/19 # newer makes predefine $(MAKE) to 'make' and do smarter processing of # recursive make calls if $(MAKE) is used diff --git a/sys/unix/README.linux b/sys/unix/README.linux index f702a6953..e214f423d 100644 --- a/sys/unix/README.linux +++ b/sys/unix/README.linux @@ -1,4 +1,4 @@ -NetHack 3.4.3 Linux Elf +NetHack 3.5.0 Linux Elf This README provides the instructions for using the official Linux binary, system platform requirements, as well as steps used to create that binary. @@ -20,11 +20,11 @@ preserving permissions to put the NetHack files in /usr/games/nethack and home directory you might perform these steps. % su # cd / - # tar xpvzf ~yourlogin/nethack-343-linux-X11.tgz + # tar xpvzf ~yourlogin/nethack-350-linux-X11.tgz If you have old record and logfile entries from a previous NetHack version, you might want to save copies before they get overwritten by the new empty -files; old saved games and bones files from 3.4.x will work with 3.4.3. +files; old saved games and bones files from 3.4.x will not work with 3.5.0. If you are installing from the RPM, there is no need to save the old record and logfile; they are automatically preserved. diff --git a/sys/unix/nethack.sh b/sys/unix/nethack.sh index 600e1dacd..d55849762 100644 --- a/sys/unix/nethack.sh +++ b/sys/unix/nethack.sh @@ -1,5 +1,5 @@ #!/bin/sh -# SCCS Id: @(#)nethack.sh 3.4 1990/02/26 +# SCCS Id: @(#)nethack.sh 3.5 1990/02/26 HACKDIR=/usr/games/lib/nethackdir export HACKDIR diff --git a/sys/unix/unixmain.c b/sys/unix/unixmain.c index 7b577fb73..4ec7a6021 100644 --- a/sys/unix/unixmain.c +++ b/sys/unix/unixmain.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)unixmain.c 3.4 1997/01/22 */ +/* SCCS Id: @(#)unixmain.c 3.5 1997/01/22 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/sys/unix/unixres.c b/sys/unix/unixres.c index 3e7f9899d..a33f2e0d8 100644 --- a/sys/unix/unixres.c +++ b/sys/unix/unixres.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)unixres.c 3.4 2001/07/08 */ +/* SCCS Id: @(#)unixres.c 3.5 2001/07/08 */ /* Copyright (c) Slash'EM development team, 2001. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/sys/unix/unixunix.c b/sys/unix/unixunix.c index 1e1e10eeb..9f04b540b 100644 --- a/sys/unix/unixunix.c +++ b/sys/unix/unixunix.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)unixunix.c 3.4 1994/11/07 */ +/* SCCS Id: @(#)unixunix.c 3.5 1994/11/07 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/sys/vms/Install.vms b/sys/vms/Install.vms index 289bd4275..d832fb7eb 100644 --- a/sys/vms/Install.vms +++ b/sys/vms/Install.vms @@ -1,4 +1,4 @@ - Instructions for Installing NetHack 3.4.3 + Instructions for Installing NetHack 3.5.0 on a VMS (aka OpenVMS) system ========================================= @@ -136,10 +136,10 @@ Notes: -1. Save files and bones files from versions 3.4.0, 3.4.1 and 3.4.2 will - work with 3.4.3; those from earlier versions will not. The scoreboard - file (RECORD) from 3.4.x or 3.3.x will also work; one from version - 3.2.x is slightly different format but should be compatible. +1. Save files and bones files from 3.4.x and earlier versions + will not work with 3.5.0. The scoreboard file (RECORD) from + 3.4.x or 3.3.x will work; one from version 3.2.x is a slightly different + format but should be compatible. 2. To specify user-preference options in your environment, define the logical name NETHACKOPTIONS to have the value of a quoted string diff --git a/sys/vms/Makefile.dat b/sys/vms/Makefile.dat index d2ee9a3a0..b7eaa4465 100644 --- a/sys/vms/Makefile.dat +++ b/sys/vms/Makefile.dat @@ -1,5 +1,5 @@ # NetHack Makefile (VMS) - data files: special levels and other data. -# SCCS Id: @(#)Makefile.dat 3.4 2002/03/02 +# SCCS Id: @(#)Makefile.dat 3.5 2002/03/02 # Copy this file to [.dat]Makefile.; no editing needed. diff --git a/sys/vms/Makefile.doc b/sys/vms/Makefile.doc index 1de864214..cd5aa2947 100644 --- a/sys/vms/Makefile.doc +++ b/sys/vms/Makefile.doc @@ -1,5 +1,5 @@ # NetHack Makefile (VMS) - for the [Unix] documentation. -# SCCS Id: @(#)Makefile.doc 3.4 1993/01/06 +# SCCS Id: @(#)Makefile.doc 3.5 1993/01/06 # Copy this file to [.doc]Makefile. and edit it if needed. diff --git a/sys/vms/Makefile.src b/sys/vms/Makefile.src index 1d6a36de3..6d798045e 100644 --- a/sys/vms/Makefile.src +++ b/sys/vms/Makefile.src @@ -1,5 +1,5 @@ # NetHack Makefile (VMS) - for building nethack itself. -# SCCS Id: @(#)Makefile.src 3.4 2003/02/13 +# SCCS Id: @(#)Makefile.src 3.5 2003/02/13 # Copy this file to [.src]Makefile. and then edit it as needed. # The default configuration is for building with DEC C (aka Compaq C). @@ -90,7 +90,7 @@ RANDOBJ = random.obj # Other things that have to be reconfigured are in vmsconf.h, # and config.h -VERSION = 3.4.3 +VERSION = 3.5.0 MAKEDEFS = $(UTL)makedefs.exe; diff --git a/sys/vms/Makefile.top b/sys/vms/Makefile.top index ef837bd38..754c9924f 100644 --- a/sys/vms/Makefile.top +++ b/sys/vms/Makefile.top @@ -1,5 +1,5 @@ # NetHack Makefile (VMS) - top level for making & installing everything. -# SCCS Id: @(#)Makefile.top 3.4 2003/05/19 +# SCCS Id: @(#)Makefile.top 3.5 2003/05/19 # Copy this file to Makefile.; edit the appropriate values for # GAMEDIR ("playground" location) and GAMEOWNER (UIC or identifier diff --git a/sys/vms/Makefile.utl b/sys/vms/Makefile.utl index bc4e2e64a..98b945a6f 100644 --- a/sys/vms/Makefile.utl +++ b/sys/vms/Makefile.utl @@ -1,5 +1,5 @@ # NetHack Makefile (VMS) - for utility programs. -# SCCS Id: @(#)Makefile.utl 3.4 2002/03/02 +# SCCS Id: @(#)Makefile.utl 3.5 2002/03/02 # Copy this file to [.util]Makefile. and then edit it as needed. # The default configuration is for building with DEC C (aka Compaq C). diff --git a/sys/vms/lev_lex.h b/sys/vms/lev_lex.h index f001e5794..50f1fcbf2 100644 --- a/sys/vms/lev_lex.h +++ b/sys/vms/lev_lex.h @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)lev_lex.h 3.4 1999/08/08 */ +/* SCCS Id: @(#)lev_lex.h 3.5 1999/08/08 */ /* "vms/lev_lex.h" copied into "util/stdio.h" for use in *_lex.c only! * This is an awful kludge to allow util/*_lex.c made by SunOS's `lex' * to be compiled as is. (It isn't needed with `flex' or VMS POSIX diff --git a/sys/vms/oldcrtl.c b/sys/vms/oldcrtl.c index ee87e5a17..a9863d7c3 100644 --- a/sys/vms/oldcrtl.c +++ b/sys/vms/oldcrtl.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)oldcrtl.c 3.4 1995/06/01 */ +/* SCCS Id: @(#)oldcrtl.c 3.5 1995/06/01 */ /* Pat Rankin May'90 */ /* VMS NetHack support, not needed for vms 4.6,4.7,5.x,or later */ diff --git a/sys/vms/vmsbuild.com b/sys/vms/vmsbuild.com index 7a0b3bac4..b19dbe46e 100755 --- a/sys/vms/vmsbuild.com +++ b/sys/vms/vmsbuild.com @@ -1,5 +1,5 @@ -$ ! vms/vmsbuild.com -- compile and link NetHack 3.4.* [pr] -$ version_number = "3.4.3" +$ ! vms/vmsbuild.com -- compile and link NetHack 3.5.* [pr] +$ version_number = "3.5.0" $ ! $ ! usage: $ ! $ set default [.src] !or [-.-.src] if starting from [.sys.vms] diff --git a/sys/vms/vmsfiles.c b/sys/vms/vmsfiles.c index 657c060ff..0b62c1f62 100644 --- a/sys/vms/vmsfiles.c +++ b/sys/vms/vmsfiles.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)vmsfiles.c 3.4 1999/08/29 */ +/* SCCS Id: @(#)vmsfiles.c 3.5 1999/08/29 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/sys/vms/vmsmail.c b/sys/vms/vmsmail.c index 29e0192c3..570503a1e 100644 --- a/sys/vms/vmsmail.c +++ b/sys/vms/vmsmail.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)vmsmail.c 3.4 1995/06/01 */ +/* SCCS Id: @(#)vmsmail.c 3.5 1995/06/01 */ /* Copyright (c) Robert Patrick Rankin, 1991. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/sys/vms/vmsmain.c b/sys/vms/vmsmain.c index c2ad1e6da..249032fa9 100644 --- a/sys/vms/vmsmain.c +++ b/sys/vms/vmsmain.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)vmsmain.c 3.4 2003/10/16 */ +/* SCCS Id: @(#)vmsmain.c 3.5 2003/10/16 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ /* main.c - VMS NetHack */ diff --git a/sys/vms/vmsmisc.c b/sys/vms/vmsmisc.c index 573d9c4e2..60581a04f 100644 --- a/sys/vms/vmsmisc.c +++ b/sys/vms/vmsmisc.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)vmsmisc.c 3.4 1996/03/02 */ +/* SCCS Id: @(#)vmsmisc.c 3.5 1996/03/02 */ /* NetHack may be freely redistributed. See license for details. */ #include diff --git a/sys/vms/vmstty.c b/sys/vms/vmstty.c index 314a91230..1b6f39631 100644 --- a/sys/vms/vmstty.c +++ b/sys/vms/vmstty.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)vmstty.c 3.4 2003/09/18 */ +/* SCCS Id: @(#)vmstty.c 3.5 2003/09/18 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ /* tty.c - (VMS) version */ diff --git a/sys/vms/vmsunix.c b/sys/vms/vmsunix.c index fdaa53c1b..cdfd3eb4f 100644 --- a/sys/vms/vmsunix.c +++ b/sys/vms/vmsunix.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)vmsunix.c 3.4 2001/07/27 */ +/* SCCS Id: @(#)vmsunix.c 3.5 2001/07/27 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/sys/wince/bootstrp.mak b/sys/wince/bootstrp.mak index 4988c219c..34e11b5a0 100644 --- a/sys/wince/bootstrp.mak +++ b/sys/wince/bootstrp.mak @@ -1,4 +1,4 @@ -# SCCS Id: @(#)bootstrp.mak 3.4 2002/03/24 +# SCCS Id: @(#)bootstrp.mak 3.5 2002/03/24 # Copyright (c) Michael Allison # # NetHack Windows CE bootstrap file for MS Visual C++ V6.x and @@ -162,7 +162,7 @@ DGNCOMPOBJS = $(O)dgn_yacc.o $(O)dgn_$(LEX).o $(O)dgn_main.o \ TILEFILES = $(WSHR)\monsters.txt $(WSHR)\objects.txt $(WSHR)\other.txt # -# These are not invoked during a normal game build in 3.4.0 +# These are not invoked during a normal game build in 3.5.0 # TEXT_IO = $(O)tiletext.o $(O)tiletxt.o $(O)drawing.o \ $(O)decl.o $(O)monst.o $(O)objects.o diff --git a/sys/wince/cesound.c b/sys/wince/cesound.c index ab970c583..307abde89 100644 --- a/sys/wince/cesound.c +++ b/sys/wince/cesound.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)cesound.c 3.4 $Date$ */ +/* SCCS Id: @(#)cesound.c 3.5 $Date$ */ /* Copyright (c) NetHack PC Development Team 1993 */ /* NetHack may be freely redistributed. See license for details. */ /* */ diff --git a/sys/wince/winhack.rc b/sys/wince/winhack.rc index 4d6bb822f..e867f6e17 100644 --- a/sys/wince/winhack.rc +++ b/sys/wince/winhack.rc @@ -299,17 +299,17 @@ BEGIN BEGIN BLOCK "040904b0" BEGIN - VALUE "Comments", "NetHack 3.4.1 for Windows CE\0" + VALUE "Comments", "NetHack 3.5.0 for Windows CE\0" VALUE "CompanyName", " \0" VALUE "FileDescription", "nethackm\0" - VALUE "FileVersion", "3, 4, 1, 0\0" + VALUE "FileVersion", "3, 5, 0, 0\0" VALUE "InternalName", "nethackm\0" - VALUE "LegalCopyright", "Copyright © 2003\0" + VALUE "LegalCopyright", "Copyright © 2005\0" VALUE "LegalTrademarks", "\0" VALUE "OriginalFilename", "nethackm.exe\0" - VALUE "PrivateBuild", "030219\0" + VALUE "PrivateBuild", "050102\0" VALUE "ProductName", "NetHack\0" - VALUE "ProductVersion", "3, 4, 1, 0\0" + VALUE "ProductVersion", "3, 5, 0, 0\0" VALUE "SpecialBuild", "\0" END END diff --git a/sys/wince/winhcksp.rc b/sys/wince/winhcksp.rc index 89b169554..09a79b4be 100644 --- a/sys/wince/winhcksp.rc +++ b/sys/wince/winhcksp.rc @@ -268,17 +268,17 @@ BEGIN BEGIN BLOCK "040904b0" BEGIN - VALUE "Comments", "NetHack 3.4.1 for Smartphone 2002\0" + VALUE "Comments", "NetHack 3.5.0 for Smartphone 2002\0" VALUE "CompanyName", " \0" VALUE "FileDescription", "nethackm\0" - VALUE "FileVersion", "3, 4, 1, 0\0" + VALUE "FileVersion", "3, 5, 0, 0\0" VALUE "InternalName", "nethackm\0" - VALUE "LegalCopyright", "Copyright © 2003\0" + VALUE "LegalCopyright", "Copyright © 2005\0" VALUE "LegalTrademarks", "\0" VALUE "OriginalFilename", "nethackm.exe\0" - VALUE "PrivateBuild", "030219\0" + VALUE "PrivateBuild", "050102\0" VALUE "ProductName", "NetHack For Smartphone\0" - VALUE "ProductVersion", "3, 4, 1, 0\0" + VALUE "ProductVersion", "3, 5, 0, 0\0" VALUE "SpecialBuild", "\0" END END diff --git a/sys/winnt/Install.nt b/sys/winnt/Install.nt index 75d2bca67..1d9b41687 100644 --- a/sys/winnt/Install.nt +++ b/sys/winnt/Install.nt @@ -1,8 +1,8 @@ - Copyright (c) NetHack Development Team 1990-2002 + Copyright (c) NetHack Development Team 1990-2005 NetHack may be freely redistributed. See license for details. ============================================================== Instructions for compiling and installing - NetHack 3.4 on a Windows 9x, NT, 2000, or XP system + NetHack 3.5 on a Windows 9x, NT, 2000, or XP system ============================================================== Last revision: $Date$ @@ -15,7 +15,7 @@ contributed the port. The PC Windows porting team consisting of Michael Allison, David Cohrs, Alex Kompel, Dion Nicolaas, Yitzhak Sapir, and Janet Walz maintained the -tty and graphical win32 versions of NetHack 3.4.1. +tty and graphical win32 versions of NetHack 3.5.0. You can build either the TTY version of NetHack or the Windows Graphical version. In either case you can use one of the following build @@ -426,10 +426,10 @@ II. Executing the game If you will be running it by launching it from a shortcut, just use the following information when setting up the shortcut. - Description : NetHack 3.4.1 Console version + Description : NetHack 3.5.0 Console version Command Line : C:\NETHACK\BINARY\NETHACK.EXE - Description : NetHack 3.4.1 Graphical Interface + Description : NetHack 3.5.0 Graphical Interface Command Line : C:\NETHACK\BINARY\NETHACKW.EXE (changing the directory to the appropriate one of course) diff --git a/sys/winnt/Makefile.bcc b/sys/winnt/Makefile.bcc index 4190cd7d3..7f7337d07 100644 --- a/sys/winnt/Makefile.bcc +++ b/sys/winnt/Makefile.bcc @@ -1,13 +1,13 @@ -# SCCS Id: @(#)Makefile.bcc 3.4 $Date$ -# Copyright (c) NetHack PC Development Team 1993-2003 +# SCCS Id: @(#)Makefile.bcc 3.5 $Date$ +# Copyright (c) NetHack PC Development Team 1993-2005 # # -# IMPORTANT NOTE: This Makefile has not been tested for 3.4.2. +# IMPORTANT NOTE: This Makefile has not been tested for 3.5.x. # # -# NetHack 3.4.x Makefile for Borland C++ V5.5.1 and above and Borland's MAKE +# NetHack 3.5.x Makefile for Borland C++ V5.5.1 and above and Borland's MAKE # -# Win32 Compilers Tested: +# Win32 Compilers Tested for 3.4.x: # - Borland C++ 5.5.1 for Win32 # # If you don't have this compiler, you can get it at: diff --git a/sys/winnt/Makefile.gcc b/sys/winnt/Makefile.gcc index e1871c1b4..77585623b 100644 --- a/sys/winnt/Makefile.gcc +++ b/sys/winnt/Makefile.gcc @@ -1,7 +1,7 @@ -# SCCS Id: @(#)Makefile.gcc 3.4 $Date$ +# SCCS Id: @(#)Makefile.gcc 3.5 $Date$ # Copyright (c) NetHack PC Development Team 1993-2003 # -# NetHack 3.4.x Makefile for MinGW +# NetHack 3.5.x Makefile for MinGW # # Win32 Compilers Tested: # - MinGW 1.0 (gcc version 2.95.3-6) (Console NetHack only) diff --git a/sys/winnt/Makefile.msc b/sys/winnt/Makefile.msc index fe6d64b66..5e0c7652c 100644 --- a/sys/winnt/Makefile.msc +++ b/sys/winnt/Makefile.msc @@ -1,7 +1,7 @@ -# SCCS Id: @(#)Makefile.msc 3.4 $Date$ +# SCCS Id: @(#)Makefile.msc 3.5 $Date$ # Copyright (c) NetHack PC Development Team 1993-2003 # -# NetHack 3.4.x Makefile for MS Visual C++ V6.x and above and MS NMAKE +# NetHack 3.5.x Makefile for MS Visual C++ V6.x and above and MS NMAKE # # Win32 Compilers Tested: # - Microsoft 32 bit Visual C++ V4.x diff --git a/sys/winnt/console.rc b/sys/winnt/console.rc index c4288820c..61c2a6f4c 100644 --- a/sys/winnt/console.rc +++ b/sys/winnt/console.rc @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)console.rc 3.4 $Date$ */ +/* SCCS Id: @(#)console.rc 3.5 $Date$ */ /* Copyright (c) Yitzhak Sapir, 2002. */ /* NetHack may be freely redistributed. See license for details. */ @@ -12,8 +12,8 @@ // VS_VERSION_INFO VERSIONINFO - FILEVERSION 3,4,2,0 - PRODUCTVERSION 3,4,2,0 + FILEVERSION 3,5,0,0 + PRODUCTVERSION 3,5,0,0 FILEFLAGSMASK 0x1fL #ifdef _DEBUG FILEFLAGS 0x9L @@ -29,13 +29,13 @@ BEGIN BLOCK "040904b0" BEGIN VALUE "FileDescription", "NetHack for Windows - TTY Interface\0" - VALUE "FileVersion", "3.4.2\0" + VALUE "FileVersion", "3.5.0\0" VALUE "InternalName", "NetHack\0" - VALUE "LegalCopyright", "Copyright (C) 1985 - 2003. By Stichting Mathematisch Centrum and M. Stephenson. See license for details.\0" + VALUE "LegalCopyright", "Copyright (C) 1985 - 2005. By Stichting Mathematisch Centrum and M. Stephenson. See license for details.\0" VALUE "OriginalFilename", "NetHack.exe\0" - VALUE "PrivateBuild", "030825\0" + VALUE "PrivateBuild", "050102\0" VALUE "ProductName", "NetHack\0" - VALUE "ProductVersion", "3.4.2\0" + VALUE "ProductVersion", "3.5.0\0" END END BLOCK "VarFileInfo" diff --git a/sys/winnt/mapimail.c b/sys/winnt/mapimail.c index 6ce909e6a..0bc44bc2c 100644 --- a/sys/winnt/mapimail.c +++ b/sys/winnt/mapimail.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)mapimail.c 3.4 $Date$ */ +/* SCCS Id: @(#)mapimail.c 3.5 $Date$ */ /* Copyright (c) Michael Allison, 1997 */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/sys/winnt/nethack.def b/sys/winnt/nethack.def index 835bc6dd3..82cd0f609 100644 --- a/sys/winnt/nethack.def +++ b/sys/winnt/nethack.def @@ -1,5 +1,5 @@ NAME NETHACK -DESCRIPTION 'NetHack 3.4.1 for Windows NT' +DESCRIPTION 'NetHack 3.5.0 for Windows NT' EXETYPE WINDOWS STUB 'WINSTUB.EXE' CODE PRELOAD MOVEABLE DISCARDABLE diff --git a/sys/winnt/nh340key.c b/sys/winnt/nh340key.c index 56e94ba03..a99c6738c 100644 --- a/sys/winnt/nh340key.c +++ b/sys/winnt/nh340key.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)nh340key.c 3.4 $Date$ */ +/* SCCS Id: @(#)nh340key.c 3.5 $Date$ */ /* Copyright (c) NetHack PC Development Team 2003 */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/sys/winnt/nhdefkey.c b/sys/winnt/nhdefkey.c index 9402471d4..206f38d62 100644 --- a/sys/winnt/nhdefkey.c +++ b/sys/winnt/nhdefkey.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)nhdefkey.c 3.4 $Date$ */ +/* SCCS Id: @(#)nhdefkey.c 3.5 $Date$ */ /* Copyright (c) NetHack PC Development Team 2003 */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/sys/winnt/nhraykey.c b/sys/winnt/nhraykey.c index 66e744285..259fe5569 100644 --- a/sys/winnt/nhraykey.c +++ b/sys/winnt/nhraykey.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)nhraykey.c 3.4 $Date$ */ +/* SCCS Id: @(#)nhraykey.c 3.5 $Date$ */ /* Copyright (c) NetHack PC Development Team 2003 */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/sys/winnt/nhsetup.bat b/sys/winnt/nhsetup.bat index bbffbf9bc..562a827bd 100755 --- a/sys/winnt/nhsetup.bat +++ b/sys/winnt/nhsetup.bat @@ -1,4 +1,4 @@ -@REM SCCS Id: @(#)nhsetup.bat 3.4 $Date$ +@REM SCCS Id: @(#)nhsetup.bat 3.5 $Date$ @REM Copyright (c) NetHack PC Development Team 1993, 1996, 2002 @REM NetHack may be freely redistributed. See license for details. @REM Win32 setup batch file, see Install.nt for details diff --git a/sys/winnt/ntsound.c b/sys/winnt/ntsound.c index fae368aa1..467b21ede 100644 --- a/sys/winnt/ntsound.c +++ b/sys/winnt/ntsound.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)ntsound.c 3.4 $Date$ */ +/* SCCS Id: @(#)ntsound.c 3.5 $Date$ */ /* Copyright (c) NetHack PC Development Team 1993 */ /* NetHack may be freely redistributed. See license for details. */ /* */ diff --git a/sys/winnt/nttty.c b/sys/winnt/nttty.c index 4a13cb1fd..5541bb844 100644 --- a/sys/winnt/nttty.c +++ b/sys/winnt/nttty.c @@ -1,4 +1,4 @@ - /* SCCS Id: @(#)nttty.c 3.4 $Date$ */ + /* SCCS Id: @(#)nttty.c 3.5 $Date$ */ /* Copyright (c) NetHack PC Development Team 1993 */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/sys/winnt/win32api.h b/sys/winnt/win32api.h index 5a0994634..0b9e30188 100644 --- a/sys/winnt/win32api.h +++ b/sys/winnt/win32api.h @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)win32api.h 3.4 $Date$ */ +/* SCCS Id: @(#)win32api.h 3.5 $Date$ */ /* Copyright (c) NetHack PC Development Team 1996 */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/sys/winnt/winnt.c b/sys/winnt/winnt.c index d51a581e9..44b546665 100644 --- a/sys/winnt/winnt.c +++ b/sys/winnt/winnt.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)winnt.c 3.4 $Date$ */ +/* SCCS Id: @(#)winnt.c 3.5 $Date$ */ /* Copyright (c) NetHack PC Development Team 1993, 1994 */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/util/dgn_comp.l b/util/dgn_comp.l index 110b51a52..b95a54785 100644 --- a/util/dgn_comp.l +++ b/util/dgn_comp.l @@ -1,5 +1,5 @@ %{ -/* SCCS Id: @(#)dgn_lex.c 3.4 2002/03/27 */ +/* SCCS Id: @(#)dgn_lex.c 3.5 2002/03/27 */ /* Copyright (c) 1989 by Jean-Christophe Collet */ /* Copyright (c) 1990 by M. Stephenson */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/util/dgn_comp.y b/util/dgn_comp.y index 2ae1c272d..239541e55 100644 --- a/util/dgn_comp.y +++ b/util/dgn_comp.y @@ -1,5 +1,5 @@ %{ -/* SCCS Id: @(#)dgn_comp.c 3.4 1996/06/22 */ +/* SCCS Id: @(#)dgn_comp.c 3.5 1996/06/22 */ /* Copyright (c) 1989 by Jean-Christophe Collet */ /* Copyright (c) 1990 by M. Stephenson */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/util/dgn_main.c b/util/dgn_main.c index 75e5199a4..250fd76a4 100644 --- a/util/dgn_main.c +++ b/util/dgn_main.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)dgn_main.c 3.4 1994/09/23 */ +/* SCCS Id: @(#)dgn_main.c 3.5 1994/09/23 */ /* Copyright (c) 1989 by Jean-Christophe Collet */ /* Copyright (c) 1990 by M. Stephenson */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/util/dlb_main.c b/util/dlb_main.c index a943a9287..ce7bd85ff 100644 --- a/util/dlb_main.c +++ b/util/dlb_main.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)dlb_main.c 3.4 1998/08/16 */ +/* SCCS Id: @(#)dlb_main.c 3.5 1998/08/16 */ /* Copyright (c) Kenneth Lorber, Bethesda, Maryland, 1993. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/util/lev_comp.l b/util/lev_comp.l index 9a6fc4fa1..4431a3fc9 100644 --- a/util/lev_comp.l +++ b/util/lev_comp.l @@ -1,5 +1,5 @@ %{ -/* SCCS Id: @(#)lev_lex.c 3.4 2002/03/27 */ +/* SCCS Id: @(#)lev_lex.c 3.5 2002/03/27 */ /* Copyright (c) 1989 by Jean-Christophe Collet */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/util/lev_comp.y b/util/lev_comp.y index a12c7cd64..abc6233f3 100644 --- a/util/lev_comp.y +++ b/util/lev_comp.y @@ -1,5 +1,5 @@ %{ -/* SCCS Id: @(#)lev_yacc.c 3.4 2000/01/17 */ +/* SCCS Id: @(#)lev_yacc.c 3.5 2000/01/17 */ /* Copyright (c) 1989 by Jean-Christophe Collet */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/util/lev_main.c b/util/lev_main.c index b38c02998..a6c3bb119 100644 --- a/util/lev_main.c +++ b/util/lev_main.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)lev_main.c 3.4 2002/03/27 */ +/* SCCS Id: @(#)lev_main.c 3.5 2002/03/27 */ /* Copyright (c) 1989 by Jean-Christophe Collet */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/util/makedefs.c b/util/makedefs.c index 7f10e2668..5e5f1ffa6 100644 --- a/util/makedefs.c +++ b/util/makedefs.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)makedefs.c 3.4 2002/08/14 */ +/* SCCS Id: @(#)makedefs.c 3.5 2002/08/14 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* Copyright (c) M. Stephenson, 1990, 1991. */ /* Copyright (c) Dean Luick, 1990. */ diff --git a/util/panic.c b/util/panic.c index 5a5c41d54..49dbde3d9 100644 --- a/util/panic.c +++ b/util/panic.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)panic.c 3.4 1994/03/02 */ +/* SCCS Id: @(#)panic.c 3.5 1994/03/02 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/util/recover.c b/util/recover.c index cc1b819f3..a5f2fe2b6 100644 --- a/util/recover.c +++ b/util/recover.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)recover.c 3.4 1999/10/23 */ +/* SCCS Id: @(#)recover.c 3.5 1999/10/23 */ /* Copyright (c) Janet Walz, 1992. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/win/Qt/qt_clust.cpp b/win/Qt/qt_clust.cpp index e5952c553..f7f53af13 100644 --- a/win/Qt/qt_clust.cpp +++ b/win/Qt/qt_clust.cpp @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)qt_clust.cpp 3.4 1999/11/19 */ +/* SCCS Id: @(#)qt_clust.cpp 3.5 1999/11/19 */ /* Copyright (c) Warwick Allison, 1999. */ /* NetHack may be freely redistributed. See license for details. */ #include "qt_clust.h" diff --git a/win/Qt/qt_win.cpp b/win/Qt/qt_win.cpp index 670019e88..74348653c 100644 --- a/win/Qt/qt_win.cpp +++ b/win/Qt/qt_win.cpp @@ -1,4 +1,4 @@ -// SCCS Id: @(#)qt_win.cpp 3.4 1999/11/19 +// SCCS Id: @(#)qt_win.cpp 3.5 1999/11/19 // Copyright (c) Warwick Allison, 1999. // NetHack may be freely redistributed. See license for details. diff --git a/win/Qt/tileedit.cpp b/win/Qt/tileedit.cpp index faee82f6f..703544abd 100644 --- a/win/Qt/tileedit.cpp +++ b/win/Qt/tileedit.cpp @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)tileedit.cpp 3.4 1999/11/19 */ +/* SCCS Id: @(#)tileedit.cpp 3.5 1999/11/19 */ /* Copyright (c) Warwick Allison, 1999. */ /* NetHack may be freely redistributed. See license for details. */ /* diff --git a/win/Qt/tileedit.h b/win/Qt/tileedit.h index 8d2d2cd67..6892893bb 100644 --- a/win/Qt/tileedit.h +++ b/win/Qt/tileedit.h @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)tileedit.h 3.4 1999/11/19 */ +/* SCCS Id: @(#)tileedit.h 3.5 1999/11/19 */ /* Copyright (c) Warwick Allison, 1999. */ /* NetHack may be freely redistributed. See license for details. */ #ifndef QNHTILEEDIT_H diff --git a/win/X11/Window.c b/win/X11/Window.c index c21c8f247..05a2c9e2a 100644 --- a/win/X11/Window.c +++ b/win/X11/Window.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)Window.c 3.4 1993/02/02 */ +/* SCCS Id: @(#)Window.c 3.5 1993/02/02 */ /* Copyright (c) Dean Luick, 1992 */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/win/X11/nh32icon b/win/X11/nh32icon index 47fd0b959..458b6e513 100644 --- a/win/X11/nh32icon +++ b/win/X11/nh32icon @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)nh32icon 3.4 2002/02/12 */ +/* SCCS Id: @(#)nh32icon 3.5 2002/02/12 */ /* Copyright (C) 1993,1995 by Robert Patrick Rankin */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/win/X11/nh56icon b/win/X11/nh56icon index b58a60546..08672f36d 100644 --- a/win/X11/nh56icon +++ b/win/X11/nh56icon @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)nh56icon 3.4 2002/02/12 */ +/* SCCS Id: @(#)nh56icon 3.5 2002/02/12 */ /* Copyright (c) 1993,1995 by M. Stephenson */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/win/X11/nh72icon b/win/X11/nh72icon index 75dfe8443..a54c65746 100644 --- a/win/X11/nh72icon +++ b/win/X11/nh72icon @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)nh72icon 3.4 1993/01/21 */ +/* SCCS Id: @(#)nh72icon 3.5 1993/01/21 */ /* Copyright (c) 1993 by M. Stephenson */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/win/X11/winX.c b/win/X11/winX.c index bfcbed426..3aba81ae0 100644 --- a/win/X11/winX.c +++ b/win/X11/winX.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)winX.c 3.4 1999/12/21 */ +/* SCCS Id: @(#)winX.c 3.5 1999/12/21 */ /* Copyright (c) Dean Luick, 1992 */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/win/X11/winmap.c b/win/X11/winmap.c index 2d805d37e..9d71dd9c6 100644 --- a/win/X11/winmap.c +++ b/win/X11/winmap.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)winmap.c 3.4 1996/04/05 */ +/* SCCS Id: @(#)winmap.c 3.5 1996/04/05 */ /* Copyright (c) Dean Luick, 1992 */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/win/X11/winmenu.c b/win/X11/winmenu.c index 0d2640f06..500c8104b 100644 --- a/win/X11/winmenu.c +++ b/win/X11/winmenu.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)winmenu.c 3.4 1996/08/15 */ +/* SCCS Id: @(#)winmenu.c 3.5 1996/08/15 */ /* Copyright (c) Dean Luick, 1992 */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/win/X11/winmesg.c b/win/X11/winmesg.c index 63dac966e..1a35a0299 100644 --- a/win/X11/winmesg.c +++ b/win/X11/winmesg.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)winmesg.c 3.4 1996/04/05 */ +/* SCCS Id: @(#)winmesg.c 3.5 1996/04/05 */ /* Copyright (c) Dean Luick, 1992 */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/win/X11/winmisc.c b/win/X11/winmisc.c index c08322ec4..3edf58b36 100644 --- a/win/X11/winmisc.c +++ b/win/X11/winmisc.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)winmisc.c 3.4 2000/05/21 */ +/* SCCS Id: @(#)winmisc.c 3.5 2000/05/21 */ /* Copyright (c) Dean Luick, 1992 */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/win/X11/winstat.c b/win/X11/winstat.c index d9bd7adc2..64ce4e4e8 100644 --- a/win/X11/winstat.c +++ b/win/X11/winstat.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)winstat.c 3.4 1996/04/05 */ +/* SCCS Id: @(#)winstat.c 3.5 1996/04/05 */ /* Copyright (c) Dean Luick, 1992 */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/win/X11/wintext.c b/win/X11/wintext.c index cfadefcc1..39b55159e 100644 --- a/win/X11/wintext.c +++ b/win/X11/wintext.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)wintext.c 3.4 1996/04/05 */ +/* SCCS Id: @(#)wintext.c 3.5 1996/04/05 */ /* Copyright (c) Dean Luick, 1992 */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/win/X11/winval.c b/win/X11/winval.c index 3f2307e4e..d6fd4475d 100644 --- a/win/X11/winval.c +++ b/win/X11/winval.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)winval.c 3.4 1992/3/7 */ +/* SCCS Id: @(#)winval.c 3.5 1992/3/7 */ /* Copyright (c) Dean Luick, 1992 */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/win/gem/Install.gem b/win/gem/Install.gem index e3412372d..3880fe0dc 100644 --- a/win/gem/Install.gem +++ b/win/gem/Install.gem @@ -1,6 +1,6 @@ Hi, -This is nethack3.4.1 for Atari Gem and tty +This is nethack3.5.0 for Atari Gem and tty Windowing System. It is by far not complete or perfect. diff --git a/win/gem/gr_rect.c b/win/gem/gr_rect.c index 0dbe49a1b..ff326253f 100644 --- a/win/gem/gr_rect.c +++ b/win/gem/gr_rect.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)gr_rect.c 3.4 2001/12/10 */ +/* SCCS Id: @(#)gr_rect.c 3.5 2001/12/10 */ /* Copyright (c) Christian Bressler, 2001 */ /* NetHack may be freely redistributed. See license for details. */ /* This is an almost exact copy of qt_clust.cpp */ diff --git a/win/gem/wingem.c b/win/gem/wingem.c index f2b834035..199c09642 100644 --- a/win/gem/wingem.c +++ b/win/gem/wingem.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)wingem.c 3.4 1999/12/10 */ +/* SCCS Id: @(#)wingem.c 3.5 1999/12/10 */ /* Copyright (c) Christian Bressler, 1999 */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/win/gem/wingem1.c b/win/gem/wingem1.c index 9082b1f6c..28fff0fa9 100644 --- a/win/gem/wingem1.c +++ b/win/gem/wingem1.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)wingem1.c 3.4 1999/12/10 */ +/* SCCS Id: @(#)wingem1.c 3.5 1999/12/10 */ /* Copyright (c) Christian Bressler 1999 */ /* NetHack may be freely redistributed. See license for details. */ @@ -42,7 +42,7 @@ typedef signed char xchar; #undef NDECL #undef FDECL -static char nullstr[]="", md[]="NetHack 3.4.2", strCancel[]="Cancel", strOk[]="Ok", strText[]="Text"; +static char nullstr[]="", md[]="NetHack 3.5.0", strCancel[]="Cancel", strOk[]="Ok", strText[]="Text"; extern winid WIN_MESSAGE, WIN_MAP, WIN_STATUS, WIN_INVEN; diff --git a/win/gem/xpm2img.c b/win/gem/xpm2img.c index 605d5db09..2a207d059 100644 --- a/win/gem/xpm2img.c +++ b/win/gem/xpm2img.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)xpm2img.c 3.4 2002/03/17 */ +/* SCCS Id: @(#)xpm2img.c 3.5 2002/03/17 */ /* Copyright (c) Christian Bressler 2002 */ /* NetHack may be freely redistributed. See license for details. */ /* This is mainly a reworked tile2bmp.c + xpm2iff.c -- Marvin */ diff --git a/win/gnome/gn_xpms.h b/win/gnome/gn_xpms.h index 28408a021..c8197726e 100644 --- a/win/gnome/gn_xpms.h +++ b/win/gnome/gn_xpms.h @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)gnxpms.h 3.4 2000/07/16 */ +/* SCCS Id: @(#)gnxpms.h 3.5 2000/07/16 */ /* Copyright (C) 1998 by Erik Andersen */ /* NetHack may be freely redistributed. See license for details. */ /* These XPMs are the artwork of Warwick Allison diff --git a/win/gnome/gnaskstr.c b/win/gnome/gnaskstr.c index b98289625..9a5616a5d 100644 --- a/win/gnome/gnaskstr.c +++ b/win/gnome/gnaskstr.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)gnaskstr.c 3.4 2000/07/16 */ +/* SCCS Id: @(#)gnaskstr.c 3.5 2000/07/16 */ /* Copyright (C) 1998 by Erik Andersen */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/win/gnome/gnaskstr.h b/win/gnome/gnaskstr.h index 9cde69bb1..9e2d5e481 100644 --- a/win/gnome/gnaskstr.h +++ b/win/gnome/gnaskstr.h @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)gnaskstr.h 3.4 2000/07/16 */ +/* SCCS Id: @(#)gnaskstr.h 3.5 2000/07/16 */ /* Copyright (C) 1998 by Erik Andersen */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/win/gnome/gnbind.c b/win/gnome/gnbind.c index 727d35563..8d383b14d 100644 --- a/win/gnome/gnbind.c +++ b/win/gnome/gnbind.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)gnbind.c 3.4 2000/07/16 */ +/* SCCS Id: @(#)gnbind.c 3.5 2000/07/16 */ /* Copyright (C) 1998 by Erik Andersen */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/win/gnome/gnbind.h b/win/gnome/gnbind.h index cca6429ba..a6d6931e5 100644 --- a/win/gnome/gnbind.h +++ b/win/gnome/gnbind.h @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)gnbind.h 3.4 2000/07/16 */ +/* SCCS Id: @(#)gnbind.h 3.5 2000/07/16 */ /* Copyright (C) 1998 by Erik Andersen */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/win/gnome/gnglyph.c b/win/gnome/gnglyph.c index bb08abc42..4c7eb375e 100644 --- a/win/gnome/gnglyph.c +++ b/win/gnome/gnglyph.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)gnglyph.c 3.4 2000/07/16 */ +/* SCCS Id: @(#)gnglyph.c 3.5 2000/07/16 */ /* Copyright (C) 1998 by Erik Andersen */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/win/gnome/gnglyph.h b/win/gnome/gnglyph.h index e2b30daad..7f4636e14 100644 --- a/win/gnome/gnglyph.h +++ b/win/gnome/gnglyph.h @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)gnglyph.h 3.4 2000/07/16 */ +/* SCCS Id: @(#)gnglyph.h 3.5 2000/07/16 */ /* Copyright (C) 1998 by Erik Andersen */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/win/gnome/gnmain.c b/win/gnome/gnmain.c index 454a2f148..57d44497b 100644 --- a/win/gnome/gnmain.c +++ b/win/gnome/gnmain.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)gnmain.c 3.4 2000/07/16 */ +/* SCCS Id: @(#)gnmain.c 3.5 2000/07/16 */ /* Copyright (C) 1998 by Erik Andersen */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/win/gnome/gnmain.h b/win/gnome/gnmain.h index b2ffc3dba..0835f5473 100644 --- a/win/gnome/gnmain.h +++ b/win/gnome/gnmain.h @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)gnmain.h 3.4 2000/07/16 */ +/* SCCS Id: @(#)gnmain.h 3.5 2000/07/16 */ /* Copyright (C) 1998 by Erik Andersen */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/win/gnome/gnmap.c b/win/gnome/gnmap.c index abaf0ce4a..d3ed60305 100644 --- a/win/gnome/gnmap.c +++ b/win/gnome/gnmap.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)gnmap.c 3.4 2000/07/16 */ +/* SCCS Id: @(#)gnmap.c 3.5 2000/07/16 */ /* Copyright (C) 1998 by Erik Andersen */ /* Copyright (C) 1998 by Anthony Taylor */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/win/gnome/gnmap.h b/win/gnome/gnmap.h index 83bc849ad..6e02de389 100644 --- a/win/gnome/gnmap.h +++ b/win/gnome/gnmap.h @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)gnmap.h 3.4 2000/07/16 */ +/* SCCS Id: @(#)gnmap.h 3.5 2000/07/16 */ /* Copyright (C) 1998 by Erik Andersen */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/win/gnome/gnmenu.c b/win/gnome/gnmenu.c index d3fa6daa2..2b7679f35 100644 --- a/win/gnome/gnmenu.c +++ b/win/gnome/gnmenu.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)gnmenu.c 3.4 2000/07/16 */ +/* SCCS Id: @(#)gnmenu.c 3.5 2000/07/16 */ /* Copyright (C) 1998 by Erik Andersen */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/win/gnome/gnmenu.h b/win/gnome/gnmenu.h index 7055aa4a9..ba31d5d89 100644 --- a/win/gnome/gnmenu.h +++ b/win/gnome/gnmenu.h @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)gnmenu.h 3.4 2000/07/16 */ +/* SCCS Id: @(#)gnmenu.h 3.5 2000/07/16 */ /* Copyright (C) 1998 by Erik Andersen */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/win/gnome/gnmesg.c b/win/gnome/gnmesg.c index 337a21bd5..fdbca7089 100644 --- a/win/gnome/gnmesg.c +++ b/win/gnome/gnmesg.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)gnmesg.c 3.4 2000/07/16 */ +/* SCCS Id: @(#)gnmesg.c 3.5 2000/07/16 */ /* Copyright (C) 1998 by Erik Andersen */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/win/gnome/gnmesg.h b/win/gnome/gnmesg.h index 139e63a72..50777d2be 100644 --- a/win/gnome/gnmesg.h +++ b/win/gnome/gnmesg.h @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)gnmesg.h 3.4 2000/07/16 */ +/* SCCS Id: @(#)gnmesg.h 3.5 2000/07/16 */ /* Copyright (C) 1998 by Erik Andersen */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/win/gnome/gnomeprv.h b/win/gnome/gnomeprv.h index 515437f5e..91b833f36 100644 --- a/win/gnome/gnomeprv.h +++ b/win/gnome/gnomeprv.h @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)gnomeprv.h 3.4 2000/07/16 */ +/* SCCS Id: @(#)gnomeprv.h 3.5 2000/07/16 */ /* Copyright (C) 1998 by Erik Andersen */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/win/gnome/gnopts.c b/win/gnome/gnopts.c index 04d0073be..3603eb1c4 100644 --- a/win/gnome/gnopts.c +++ b/win/gnome/gnopts.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)gnopts.c 3.4 2000/07/16 */ +/* SCCS Id: @(#)gnopts.c 3.5 2000/07/16 */ /* Copyright (C) 1998 by Erik Andersen */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/win/gnome/gnopts.h b/win/gnome/gnopts.h index 83ff37b64..b63ad7021 100644 --- a/win/gnome/gnopts.h +++ b/win/gnome/gnopts.h @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)gnopts.h 3.4 2000/07/16 */ +/* SCCS Id: @(#)gnopts.h 3.5 2000/07/16 */ /* Copyright (C) 1998 by Erik Andersen */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/win/gnome/gnplayer.c b/win/gnome/gnplayer.c index f10fcd2ad..0036a2b2f 100644 --- a/win/gnome/gnplayer.c +++ b/win/gnome/gnplayer.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)gnplayer.c 3.4 2000/07/16 */ +/* SCCS Id: @(#)gnplayer.c 3.5 2000/07/16 */ /* Copyright (C) 1998 by Erik Andersen */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/win/gnome/gnplayer.h b/win/gnome/gnplayer.h index 73929dee4..7ab766438 100644 --- a/win/gnome/gnplayer.h +++ b/win/gnome/gnplayer.h @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)gnplayer.h 3.4 2000/07/16 */ +/* SCCS Id: @(#)gnplayer.h 3.5 2000/07/16 */ /* Copyright (C) 1998 by Erik Andersen */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/win/gnome/gnsignal.c b/win/gnome/gnsignal.c index 2e5b62167..c428dcff4 100644 --- a/win/gnome/gnsignal.c +++ b/win/gnome/gnsignal.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)gnsignal.c 3.4 2000/07/16 */ +/* SCCS Id: @(#)gnsignal.c 3.5 2000/07/16 */ /* Copyright (C) 1998 by Anthony Taylor */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/win/gnome/gnsignal.h b/win/gnome/gnsignal.h index 52fa299af..eb14f3430 100644 --- a/win/gnome/gnsignal.h +++ b/win/gnome/gnsignal.h @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)gnsignal.h 3.4 2000/07/16 */ +/* SCCS Id: @(#)gnsignal.h 3.5 2000/07/16 */ /* Copyright (C) 1998 by Anthony Taylor */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/win/gnome/gnstatus.c b/win/gnome/gnstatus.c index 1075a5ec9..ce0f327bb 100644 --- a/win/gnome/gnstatus.c +++ b/win/gnome/gnstatus.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)gnstatus.c 3.4 2000/07/16 */ +/* SCCS Id: @(#)gnstatus.c 3.5 2000/07/16 */ /* Copyright (C) 1998 by Erik Andersen */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/win/gnome/gnstatus.h b/win/gnome/gnstatus.h index d5008a53e..4381eedf6 100644 --- a/win/gnome/gnstatus.h +++ b/win/gnome/gnstatus.h @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)gnstatus.h 3.4 2000/07/16 */ +/* SCCS Id: @(#)gnstatus.h 3.5 2000/07/16 */ /* Copyright (C) 1998 by Erik Andersen */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/win/gnome/gntext.c b/win/gnome/gntext.c index 275a4a16d..d83998489 100644 --- a/win/gnome/gntext.c +++ b/win/gnome/gntext.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)gntext.c 3.4 2000/07/16 */ +/* SCCS Id: @(#)gntext.c 3.5 2000/07/16 */ /* Copyright (C) 1998 by Erik Andersen */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/win/gnome/gntext.h b/win/gnome/gntext.h index c957dc2e9..2ba2f6584 100644 --- a/win/gnome/gntext.h +++ b/win/gnome/gntext.h @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)gntext.h 3.4 2000/07/16 */ +/* SCCS Id: @(#)gntext.h 3.5 2000/07/16 */ /* Copyright (C) 1998 by Erik Andersen */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/win/gnome/gnworn.c b/win/gnome/gnworn.c index 8e4548691..2216e0fda 100644 --- a/win/gnome/gnworn.c +++ b/win/gnome/gnworn.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)gnbind.c 3.4 2002/04/15 */ +/* SCCS Id: @(#)gnbind.c 3.5 2002/04/15 */ /* Copyright (C) 2002, Dylan Alex Simon */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/win/gnome/gnworn.h b/win/gnome/gnworn.h index ef384b0fa..afe8963de 100644 --- a/win/gnome/gnworn.h +++ b/win/gnome/gnworn.h @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)gnbind.c 3.4 2002/04/15 */ +/* SCCS Id: @(#)gnbind.c 3.5 2002/04/15 */ /* Copyright (C) 2002 by Dylan Alex Simon */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/win/gnome/gnyesno.c b/win/gnome/gnyesno.c index ecf3badca..9051c787b 100644 --- a/win/gnome/gnyesno.c +++ b/win/gnome/gnyesno.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)gnyesno.c 3.4 2000/07/16 */ +/* SCCS Id: @(#)gnyesno.c 3.5 2000/07/16 */ /* Copyright (C) 1998 by Erik Andersen */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/win/gnome/gnyesno.h b/win/gnome/gnyesno.h index dd0728fb4..cabdff8da 100644 --- a/win/gnome/gnyesno.h +++ b/win/gnome/gnyesno.h @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)gnyesno.h 3.4 2000/07/16 */ +/* SCCS Id: @(#)gnyesno.h 3.5 2000/07/16 */ /* Copyright (C) 1998 by Erik Andersen */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/win/share/thintile.c b/win/share/thintile.c index 9e4dc33f0..77dddae69 100644 --- a/win/share/thintile.c +++ b/win/share/thintile.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)thintile.c 3.4 1995/11/26 */ +/* SCCS Id: @(#)thintile.c 3.5 1995/11/26 */ /* Copyright (c) NetHack Development Team 1995 */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/win/share/tile2bmp.c b/win/share/tile2bmp.c index 9b3dbafc5..472bf43e2 100644 --- a/win/share/tile2bmp.c +++ b/win/share/tile2bmp.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)tile2bmp.c 3.4 2002/03/14 */ +/* SCCS Id: @(#)tile2bmp.c 3.5 2002/03/14 */ /* Copyright (c) NetHack PC Development Team 1995 */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/win/share/tilemap.c b/win/share/tilemap.c index bca662b93..46c5dc234 100644 --- a/win/share/tilemap.c +++ b/win/share/tilemap.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)tilemap.c 3.4 2000/06/04 */ +/* SCCS Id: @(#)tilemap.c 3.5 2000/06/04 */ /* NetHack may be freely redistributed. See license for details. */ /* diff --git a/win/share/tiletext.c b/win/share/tiletext.c index 8ac8abe70..2e675ff62 100644 --- a/win/share/tiletext.c +++ b/win/share/tiletext.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)tiletext.c 3.4 1999/10/24 */ +/* SCCS Id: @(#)tiletext.c 3.5 1999/10/24 */ /* NetHack may be freely redistributed. See license for details. */ #include "config.h" diff --git a/win/tty/getline.c b/win/tty/getline.c index 973c13782..fbe4d85dc 100644 --- a/win/tty/getline.c +++ b/win/tty/getline.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)getline.c 3.4 2002/10/06 */ +/* SCCS Id: @(#)getline.c 3.5 2002/10/06 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/win/tty/termcap.c b/win/tty/termcap.c index d90b81338..9454d2657 100644 --- a/win/tty/termcap.c +++ b/win/tty/termcap.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)termcap.c 3.4 2000/07/10 */ +/* SCCS Id: @(#)termcap.c 3.5 2000/07/10 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/win/tty/topl.c b/win/tty/topl.c index c1f4f06c4..c896c5ff3 100644 --- a/win/tty/topl.c +++ b/win/tty/topl.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)topl.c 3.4 2003/10/05 */ +/* SCCS Id: @(#)topl.c 3.5 2003/10/05 */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/win/tty/wintty.c b/win/tty/wintty.c index 25c9f1512..cadb0489e 100644 --- a/win/tty/wintty.c +++ b/win/tty/wintty.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)wintty.c 3.4 2002/09/27 */ +/* SCCS Id: @(#)wintty.c 3.5 2002/09/27 */ /* Copyright (c) David Cohrs, 1991 */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/win/win32/mhmenu.c b/win/win32/mhmenu.c index b5e216d12..c21d22ff9 100644 --- a/win/win32/mhmenu.c +++ b/win/win32/mhmenu.c @@ -1,4 +1,4 @@ -/* SCCS Id: @(#)mhmenu.c 3.4 2002/03/06 */ +/* SCCS Id: @(#)mhmenu.c 3.5 2002/03/06 */ /* Copyright (c) Alex Kompel, 2002 */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/win/win32/mswproc.c b/win/win32/mswproc.c index f45b967ae..3df1c4520 100644 --- a/win/win32/mswproc.c +++ b/win/win32/mswproc.c @@ -2168,7 +2168,7 @@ logDebug(const char *fmt, ...) /* Reading and writing settings from the registry. */ #define CATEGORYKEY "Software" #define COMPANYKEY "NetHack" -#define PRODUCTKEY "NetHack 3.4.1" +#define PRODUCTKEY "NetHack 3.5.0" #define SETTINGSKEY "Settings" #define MAINSHOWSTATEKEY "MainShowState" #define MAINMINXKEY "MainMinX" diff --git a/win/win32/winhack.rc b/win/win32/winhack.rc index 6e7787f7d..6f5154497 100644 --- a/win/win32/winhack.rc +++ b/win/win32/winhack.rc @@ -342,13 +342,13 @@ BEGIN BLOCK "040904b0" BEGIN VALUE "FileDescription", "NetHack for Windows - Graphical Interface\0" - VALUE "FileVersion", "3.4.2\0" + VALUE "FileVersion", "3.5.0\0" VALUE "InternalName", "NetHackW\0" - VALUE "LegalCopyright", "Copyright (C) 1985 - 2003. By Stichting Mathematisch Centrum and M. Stephenson. See license for details.\0" + VALUE "LegalCopyright", "Copyright (C) 1985 - 2005. By Stichting Mathematisch Centrum and M. Stephenson. See license for details.\0" VALUE "OriginalFilename", "NetHackW.exe\0" - VALUE "PrivateBuild", "030825\0" + VALUE "PrivateBuild", "050201\0" VALUE "ProductName", "NetHack\0" - VALUE "ProductVersion", "3.4.2\0" + VALUE "ProductVersion", "3.5.0\0" END END BLOCK "VarFileInfo"