]> granicus.if.org Git - nethack/commitdiff
vms version update
authornethack.rankin <nethack.rankin>
Fri, 22 Aug 2003 10:04:12 +0000 (10:04 +0000)
committernethack.rankin <nethack.rankin>
Fri, 22 Aug 2003 10:04:12 +0000 (10:04 +0000)
sys/vms/Install.vms
sys/vms/Makefile.src
sys/vms/vmsbuild.com

index bbbafd7fe7df520e7859c8551ae2d7238dbbde04..994b855e52412fb7bdf5a05a2ecbe11ad51b77ee 100644 (file)
@@ -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
 
 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
index eab21911849e1f53d61f5042e3a3dd484ce9c1f6..434102679990feb95b53ae909ad9980894048f0d 100644 (file)
@@ -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;
 
index beea04067bc62a124ad0a8933de9a12e18fe40f9..60394711340ed0b1329785ec056d7d67ca0e70da 100755 (executable)
@@ -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]