make this branch recognizable for post-3.6.3 patch commits and patch tests

This commit is contained in:
nhmall
2019-12-06 16:35:47 -05:00
parent afb4a67f0e
commit 7a3ce901ab
2 changed files with 14 additions and 9 deletions

View File

@@ -11,14 +11,15 @@
/*
* Development status possibilities.
*/
#define NH_STATUS_RELEASED 0 /* Released */
#define NH_STATUS_WIP 1 /* Work in progress */
#define NH_STATUS_BETA 2 /* BETA testing */
#define NH_STATUS_RELEASED 0 /* Released */
#define NH_STATUS_WIP 1 /* Work in progress */
#define NH_STATUS_BETA 2 /* BETA testing */
#define NH_STATUS_POSTRELEASE 3 /* patch commit point only */
/*
* Development status of this NetHack version.
*/
#define NH_DEVEL_STATUS NH_STATUS_RELEASED
#define NH_DEVEL_STATUS NH_STATUS_POSTRELEASE
#ifndef DEBUG /* allow tool chains to define without causing warnings */
#define DEBUG