Skip to content

Commit

Permalink
Update patchlevel to version 6.1
Browse files Browse the repository at this point in the history
Also apparently the Windows makefile because this is a thing now ugh.
  • Loading branch information
copperwater committed May 9, 2021
1 parent fbf0e0c commit 287d658
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions include/patchlevel.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down Expand Up @@ -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."
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion sys/winnt/Makefile.msc
Original file line number Diff line number Diff line change
Expand Up @@ -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:.=)
Expand Down

0 comments on commit 287d658

Please sign in to comment.