File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3030/*
3131 * Development status of this NetHack version.
3232 */
33- #define NH_DEVEL_STATUS NH_STATUS_WIP
33+ #define NH_DEVEL_STATUS NH_STATUS_RELEASED
3434
3535#ifndef DEBUG /* allow tool chains to define without causing warnings */
3636#define DEBUG
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ GIT_AVAILABLE=Y
160160#==============================================================================
161161#
162162# The version of the game this Makefile was designed for
163- XNETHACK_VERSION="9.0 .0"
163+ XNETHACK_VERSION="9.1 .0"
164164
165165# A brief version for use in macros
166166NHV=$(XNETHACK_VERSION:.=)
Original file line number Diff line number Diff line change 22#==============================================================================
33#
44# The version of the game this Makefile was designed for
5- XNETHACK_VERSION="9.0 .0"
5+ XNETHACK_VERSION="9.1 .0"
66
77# A brief version for use in macros
88NHV=$(XNETHACK_VERSION:.=)
Original file line number Diff line number Diff line change 33 <ImportGroup Label =" PropertySheets" />
44 <PropertyGroup Label =" UserMacros" >
55 <VERSION_MAJOR >9</VERSION_MAJOR >
6- <VERSION_MINOR >0 </VERSION_MINOR >
6+ <VERSION_MINOR >1 </VERSION_MINOR >
77 <PATCHLEVEL >0</PATCHLEVEL >
88 <XNETHACK_VERSION >$(VERSION_MAJOR).$(VERSION_MINOR).$(PATCHLEVEL)</XNETHACK_VERSION >
99 <LUA_MAJOR_VERSION >5</LUA_MAJOR_VERSION >
Original file line number Diff line number Diff line change 44# The version of the game this Makefile was designed for
55
66!IFNDEF XNETHACK_VERSION
7- XNETHACK_VERSION="9.0 .0"
7+ XNETHACK_VERSION="9.1 .0"
88!MESSAGE XNETHACK_VERSION set to $(XNETHACK_VERSION).
99!ELSE
1010!MESSAGE XNETHACK_VERSION set to $(XNETHACK_VERSION) by caller.
You can’t perform that action at this time.
0 commit comments