consolidate build status /patchlevel info settings in one place - patchlevel.h

This commit is contained in:
nhmall
2020-07-06 09:12:22 -04:00
parent 34e11c0139
commit 3cecb97da6
7 changed files with 36 additions and 47 deletions

View File

@@ -8,23 +8,6 @@
#include <stdio.h>
/*
* 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_POSTRELEASE 3 /* patch commit point only */
/*
* Development status of this NetHack version.
*/
#define NH_DEVEL_STATUS NH_STATUS_WIP
#ifndef DEBUG /* allow tool chains to define without causing warnings */
#define DEBUG
#endif
/*
* Files expected to exist in the playground directory.
*/