From: nethack.rankin Date: Fri, 22 Aug 2003 10:04:12 +0000 (+0000) Subject: vms version update X-Git-Tag: MOVE2GIT~1837 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d6db9e0d536d9515787a27cc05c1b97717f0d09f;p=nethack vms version update --- diff --git a/sys/vms/Install.vms b/sys/vms/Install.vms index bbbafd7fe..994b855e5 100644 --- a/sys/vms/Install.vms +++ b/sys/vms/Install.vms @@ -1,4 +1,4 @@ - Instructions for Installing NetHack 3.4.1 + Instructions for Installing NetHack 3.4.2 on a VMS (aka OpenVMS) system ========================================= @@ -44,6 +44,8 @@ [.sys .share .sounds] -- AIFF format audio files [.sys .unix] -- guess :-) [.sys .wince] -- Windows CE + [.sys .wince .ceinc] -- more WinCE + [.sys .wince .ceinc .sys] -- ditto [.sys .winnt] -- Windows NT [.win .gem] -- window routines for Atari/GEM [.win .gnome] -- window routines for Unix/GNOME @@ -134,10 +136,10 @@ Notes: -1. Save files and bones files from versions 3.4.0 will work with 3.4.1; - those from earlier versions will not. The scoreboard file (RECORD) - from 3.4.0 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 versions 3.4.0 and 3.4.1 will work + with 3.4.2; 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. 2. To specify user-preference options in your environment, define the logical name NETHACKOPTIONS to have the value of a quoted string @@ -474,4 +476,4 @@ Notes: Always include version information for NetHack, the operating system, and the C compiler used. -10-FEB-2003 +21-AUG-2003 diff --git a/sys/vms/Makefile.src b/sys/vms/Makefile.src index eab219118..434102679 100644 --- a/sys/vms/Makefile.src +++ b/sys/vms/Makefile.src @@ -90,7 +90,7 @@ RANDOBJ = random.obj # Other things that have to be reconfigured are in vmsconf.h, # and config.h -VERSION = 3.4.1 +VERSION = 3.4.2 MAKEDEFS = $(UTL)makedefs.exe; diff --git a/sys/vms/vmsbuild.com b/sys/vms/vmsbuild.com index beea04067..603947113 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.1" +$ version_number = "3.4.2" $ ! $ ! usage: $ ! $ set default [.src] !or [-.-.src] if starting from [.sys.vms]