]> granicus.if.org Git - nethack/commitdiff
mark source tree as beta, previously marked work-in-progress
authornhmall <nhmall@nethack.org>
Mon, 18 Nov 2019 01:06:21 +0000 (20:06 -0500)
committernhmall <nhmall@nethack.org>
Mon, 18 Nov 2019 01:06:21 +0000 (20:06 -0500)
README
include/global.h

diff --git a/README b/README
index a8746c43531b07c8286a86cd339f06b3dc4258c1..013a631537d224793e8ebd382989a8e5d3bd9d3c 100644 (file)
--- 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
index feb9f75fb8665276a4b142e43df7525adc29e403..9fb64ebf05b26e074fc34e31dabd24a78a3a30d4 100644 (file)
@@ -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