mark source tree as beta, previously marked work-in-progress

This commit is contained in:
nhmall
2019-11-17 20:06:21 -05:00
parent f4cbd4e538
commit e85646816c
2 changed files with 4 additions and 4 deletions

6
README
View File

@@ -1,11 +1,11 @@
NetHack 3.6.3 work-in-progress -- General information NetHack 3.6.3 beta1 -- General information
NetHack 3.6 is an enhancement to the dungeon exploration game NetHack, NetHack 3.6 is an enhancement to the dungeon exploration game NetHack,
which is a distant descendent of Rogue and Hack, and a direct descendent of which is a distant descendent of Rogue and Hack, and a direct descendent of
NetHack 3.4 as there was no NetHack 3.5 release. NetHack 3.4 as there was no NetHack 3.5 release.
NetHack 3.6.3 work-in-progress is not an official release of NetHack. It NetHack 3.6.3 beta1 is not an official release of NetHack. It
currently contains a collection of over 140 bug fixes to NetHack 3.6.2 currently contains a collection of over 150 bug fixes to NetHack 3.6.2
and more than 16 enhancements and community contributions. The file and more than 16 enhancements and community contributions. The file
doc/fixes36.3 in the source distribution has a full list of them. doc/fixes36.3 in the source distribution has a full list of them.
The text in there was written for the development team's own use and is The text in there was written for the development team's own use and is

View File

@@ -18,7 +18,7 @@
/* /*
* Development status of this NetHack version. * Development status of this NetHack version.
*/ */
#define NH_DEVEL_STATUS NH_STATUS_WIP #define NH_DEVEL_STATUS NH_STATUS_BETA
#ifndef DEBUG /* allow tool chains to define without causing warnings */ #ifndef DEBUG /* allow tool chains to define without causing warnings */
#define DEBUG #define DEBUG