housekeeping: mark trunk sources 3.5 (misc)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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. */
|
||||
|
||||
|
||||
@@ -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. */
|
||||
|
||||
|
||||
@@ -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. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user