dat/keyhelp for vms
Update vms/install.com (rather than Makefile.top) to install the new data file for the 'whatdoes' command. Also, the 3.6.0 distribution puts version number 3.5.0 into vms binaries (all the programs, not just nethack itself). It's something observable with native tools without running the program, nothing to do with nethack's 'v' command which gets its version number from patchlevel.h via makedefs.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# NetHack Makefile (VMS) - for building nethack itself.
|
||||
# NetHack 3.6 Makefile.src $NHDT-Date: 1447314365 2015/11/12 07:46:05 $ $NHDT-Branch: master $:$NHDT-Revision: 1.27 $
|
||||
# NetHack 3.6 Makefile.src $NHDT-Date: 1465133388 2016/06/05 13:29:48 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.28 $
|
||||
|
||||
# Copy this file to [.src]Makefile. and then edit it as needed.
|
||||
# The default configuration is for building with DEC C (aka Compaq C).
|
||||
@@ -97,7 +97,7 @@ RANDOBJ = random.obj
|
||||
# Other things that have to be reconfigured are in vmsconf.h,
|
||||
# and config.h
|
||||
|
||||
VERSION = 3.5.0
|
||||
VERSION = 3.6.1
|
||||
|
||||
MAKEDEFS = $(UTL)makedefs.exe;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user