mark source tree as beta, previously marked work-in-progress
This commit is contained in:
6
README
6
README
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user