housekeeping updates for 3.6.4

This commit is contained in:
nhmall
2019-12-13 18:37:36 -05:00
parent 62c271f21b
commit 6a3b9c2f52
34 changed files with 107 additions and 108 deletions

View File

@@ -1,4 +1,4 @@
Instructions for Building and Installing NetHack 3.6.3
Instructions for Building and Installing NetHack 3.6.4
on a VMS (aka OpenVMS) system
=========================================
@@ -146,8 +146,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.3, but save files and bones file from 3.6.0,
through 3.6.2 should work. The scoreboard file (RECORD) from 3.6.x
will not work with 3.6.4, but save files and bones file from 3.6.0,
through 3.6.4 should work. The scoreboard file (RECORD) from 3.6.x
or 3.4.x or 3.3.x will work.
2. To specify user-preference options in your environment, define the

View File

@@ -133,7 +133,7 @@ RANDOBJ = isaac64.obj,random.obj
# Other things that have to be reconfigured are in vmsconf.h,
# and config.h
VERSION = 3.6.3
VERSION = 3.6.4
MAKEDEFS = $(UTL)makedefs.exe;

View File

@@ -1,5 +1,5 @@
$ ! vms/vmsbuild.com -- compile and link NetHack 3.6.* [pr]
$ version_number = "3.6.3"
$ version_number = "3.6.4"
$ ! $NHDT-Date: 1557701518 2019/05/12 22:51:58 $ $NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.23 $
$ ! Copyright (c) 2018 by Robert Patrick Rankin
$ ! NetHack may be freely redistributed. See license for details.