From 287d658b1fc18f8528439a8383b589f508973c08 Mon Sep 17 00:00:00 2001 From: copperwater Date: Sat, 8 May 2021 20:32:05 -0400 Subject: [PATCH] Update patchlevel to version 6.1 Also apparently the Windows makefile because this is a thing now ugh. --- include/patchlevel.h | 8 ++++---- sys/winnt/Makefile.msc | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/include/patchlevel.h b/include/patchlevel.h index b88afaefd..485b4c72c 100644 --- a/include/patchlevel.h +++ b/include/patchlevel.h @@ -6,9 +6,9 @@ #ifndef PATCHLEVEL_H #define PATCHLEVEL_H -/* xNetHack 6.0 */ +/* xNetHack 6.1 */ #define VERSION_MAJOR 6 -#define VERSION_MINOR 0 +#define VERSION_MINOR 1 /* * PATCHLEVEL is updated for each release. */ @@ -36,7 +36,7 @@ #define DEBUG #endif -#define COPYRIGHT_BANNER_A "xNetHack 6.0, Copyright 2021, based on NetHack, Copyright 1985-2021" +#define COPYRIGHT_BANNER_A "xNetHack 6.1, Copyright 2021, based on NetHack, Copyright 1985-2021" #define COPYRIGHT_BANNER_B "by Stichting Mathematisch Centrum and M. Stephenson." /* COPYRIGHT_BANNER_C is generated by makedefs into date.h */ #define COPYRIGHT_BANNER_D " See license for details." @@ -50,7 +50,7 @@ * PP = patch level, ee = edit level, L = literal suffix "L", * with all four numbers specified as two hexadecimal digits. */ -#define VERSION_COMPATIBILITY 0x05010001L +#define VERSION_COMPATIBILITY 0x06010000L /* * xNetHack changes are not documented here; see the changelog and wiki for diff --git a/sys/winnt/Makefile.msc b/sys/winnt/Makefile.msc index 98e239c60..b80177e69 100644 --- a/sys/winnt/Makefile.msc +++ b/sys/winnt/Makefile.msc @@ -168,7 +168,7 @@ LUATOP=..\lib\lua-$(LUAVER) #============================================================================== # # The version of the game this Makefile was designed for -NETHACK_VERSION="6.0.0" +NETHACK_VERSION="6.1.0" # A brief version for use in macros NHV=$(NETHACK_VERSION:.=)