Skip to content

Commit f6b54bd

Browse files
committed
Switch status from work in progress to beta.
Let the real bug-finding begin...
1 parent 9e5e937 commit f6b54bd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/evilhack-changelog.md

+1
Original file line numberDiff line numberDiff line change
@@ -3453,4 +3453,5 @@ The following changes to date are:
34533453
wielding or wearing a bane artifact vs the steed
34543454
- Switch from impossible to raw_print for 'Cannot open record file!'
34553455
errors
3456+
- Switch status from work in progress to beta
34563457

include/global.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
/*
2020
* Development status of this NetHack version.
2121
*/
22-
#define NH_DEVEL_STATUS NH_STATUS_WIP
22+
#define NH_DEVEL_STATUS NH_STATUS_BETA
2323

2424
#ifndef DEBUG /* allow tool chains to define without causing warnings */
2525
#define DEBUG

0 commit comments

Comments
 (0)