We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e5e937 commit f6b54bdCopy full SHA for f6b54bd
doc/evilhack-changelog.md
@@ -3453,4 +3453,5 @@ The following changes to date are:
3453
wielding or wearing a bane artifact vs the steed
3454
- Switch from impossible to raw_print for 'Cannot open record file!'
3455
errors
3456
+- Switch status from work in progress to beta
3457
include/global.h
@@ -19,7 +19,7 @@
19
/*
20
* Development status of this NetHack version.
21
*/
22
-#define NH_DEVEL_STATUS NH_STATUS_WIP
+#define NH_DEVEL_STATUS NH_STATUS_BETA
23
24
#ifndef DEBUG /* allow tool chains to define without causing warnings */
25
#define DEBUG
0 commit comments