From e85646816cec5ae749bb564f0617425c6dead620 Mon Sep 17 00:00:00 2001 From: nhmall Date: Sun, 17 Nov 2019 20:06:21 -0500 Subject: [PATCH] mark source tree as beta, previously marked work-in-progress --- README | 6 +++--- include/global.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index a8746c435..013a63153 100644 --- a/README +++ b/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, 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.6.3 work-in-progress is not an official release of NetHack. It -currently contains a collection of over 140 bug fixes to NetHack 3.6.2 +NetHack 3.6.3 beta1 is not an official release of NetHack. It +currently contains a collection of over 150 bug fixes to NetHack 3.6.2 and more than 16 enhancements and community contributions. The file 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 diff --git a/include/global.h b/include/global.h index feb9f75fb..9fb64ebf0 100644 --- a/include/global.h +++ b/include/global.h @@ -18,7 +18,7 @@ /* * 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 */ #define DEBUG