update some old version references
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# NetHack 3.6.0 tribute to:
|
||||
# A tribute introduced in NetHack 3.6.0 to:
|
||||
#
|
||||
# Sir Terence David John "Terry" Pratchett
|
||||
# April 28, 1948 - March 12, 2015
|
||||
|
||||
@@ -22,11 +22,12 @@ 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-360-linux-X11.tgz
|
||||
# tar xpvzf ~yourlogin/nethack-361-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 not work with 3.6.0.
|
||||
files; old saved games and bones files from 3.6.0 should work with 3.6.1
|
||||
but even older saved games and bones files from 3.4.3 will not.
|
||||
If you are installing from the RPM, there is no need to save the old record
|
||||
and logfile; they are automatically preserved.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Instructions for Building and Installing NetHack 3.6.0
|
||||
Instructions for Building and Installing NetHack 3.6.1
|
||||
on a VMS (aka OpenVMS) system
|
||||
=========================================
|
||||
|
||||
@@ -137,7 +137,8 @@ Notes:
|
||||
0. Version 3.5.x was never publicly released.
|
||||
|
||||
1. Save files and bones files from 3.4.x and earlier versions
|
||||
will not work with 3.6.0. The scoreboard file (RECORD) from
|
||||
will not work with 3.6.1, but save files and bones file from 3.6.0
|
||||
should work. The scoreboard file (RECORD) from 3.6.0 or
|
||||
3.4.x or 3.3.x will work.
|
||||
|
||||
2. To specify user-preference options in your environment, define the
|
||||
|
||||
@@ -284,8 +284,8 @@ END
|
||||
//
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 3,5,0,0
|
||||
PRODUCTVERSION 3,5,0,0
|
||||
FILEVERSION 3,6,1,0
|
||||
PRODUCTVERSION 3,6,1,0
|
||||
FILEFLAGSMASK 0x3fL
|
||||
#ifdef _DEBUG
|
||||
FILEFLAGS 0x9L
|
||||
@@ -300,17 +300,17 @@ BEGIN
|
||||
BEGIN
|
||||
BLOCK "040904b0"
|
||||
BEGIN
|
||||
VALUE "Comments", "NetHack 3.6.0 for Windows CE\0"
|
||||
VALUE "Comments", "NetHack 3.6.1 for Windows CE\0"
|
||||
VALUE "CompanyName", " \0"
|
||||
VALUE "FileDescription", "nethackm\0"
|
||||
VALUE "FileVersion", "3, 5, 0, 0\0"
|
||||
VALUE "FileVersion", "3, 6, 1, 0\0"
|
||||
VALUE "InternalName", "nethackm\0"
|
||||
VALUE "LegalCopyright", "Copyright © 1985-2009\0"
|
||||
VALUE "LegalCopyright", "Copyright © 1985-2018\0"
|
||||
VALUE "LegalTrademarks", "\0"
|
||||
VALUE "OriginalFilename", "nethackm.exe\0"
|
||||
VALUE "PrivateBuild", "090914\0"
|
||||
VALUE "ProductName", "NetHack\0"
|
||||
VALUE "ProductVersion", "3, 5, 0, 0\0"
|
||||
VALUE "ProductVersion", "3, 6, 1, 0\0"
|
||||
VALUE "SpecialBuild", "\0"
|
||||
END
|
||||
END
|
||||
|
||||
@@ -260,8 +260,8 @@ END
|
||||
//
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 3,5,0,0
|
||||
PRODUCTVERSION 3,5,0,0
|
||||
FILEVERSION 3,6,1,0
|
||||
PRODUCTVERSION 3,6,1,0
|
||||
FILEFLAGSMASK 0x3fL
|
||||
#ifdef _DEBUG
|
||||
FILEFLAGS 0x9L
|
||||
@@ -276,17 +276,17 @@ BEGIN
|
||||
BEGIN
|
||||
BLOCK "040904b0"
|
||||
BEGIN
|
||||
VALUE "Comments", "NetHack 3.6.0 for Smartphone 2002\0"
|
||||
VALUE "Comments", "NetHack 3.6.1 for Smartphone 2002\0"
|
||||
VALUE "CompanyName", " \0"
|
||||
VALUE "FileDescription", "nethackm\0"
|
||||
VALUE "FileVersion", "3, 5, 0, 0\0"
|
||||
VALUE "FileVersion", "3, 6, 1, 0\0"
|
||||
VALUE "InternalName", "nethackm\0"
|
||||
VALUE "LegalCopyright", "Copyright © 1985-2010\0"
|
||||
VALUE "LegalCopyright", "Copyright © 1985-2018\0"
|
||||
VALUE "LegalTrademarks", "\0"
|
||||
VALUE "OriginalFilename", "nethackm.exe\0"
|
||||
VALUE "PrivateBuild", "090914\0"
|
||||
VALUE "ProductName", "NetHack For Smartphone\0"
|
||||
VALUE "ProductVersion", "3, 5, 0, 0\0"
|
||||
VALUE "ProductVersion", "3, 6, 1, 0\0"
|
||||
VALUE "SpecialBuild", "\0"
|
||||
END
|
||||
END
|
||||
|
||||
Reference in New Issue
Block a user