From 491b88577787f1e72b4c364bb7311391f7bc6778 Mon Sep 17 00:00:00 2001 From: nhmall Date: Wed, 4 Dec 2019 11:46:15 -0500 Subject: [PATCH] more prep work --- include/global.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/global.h b/include/global.h index 9fb64ebf0..c3d2b4f22 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_BETA +#define NH_DEVEL_STATUS NH_STATUS_RELEASED #ifndef DEBUG /* allow tool chains to define without causing warnings */ #define DEBUG