more makedefs

This commit is contained in:
nhmall
2019-12-15 17:41:27 -05:00
parent c201c5608b
commit 3ad628d1e5

View File

@@ -1245,7 +1245,11 @@ const char *build_date;
#if (NH_DEVEL_STATUS == NH_STATUS_BETA)
Strcat(subbuf, " Beta");
#else
#if (NH_DEVEL_STATUS == NH_STATUS_WIP)
Strcat(subbuf, " Work-in-progress");
#else
Strcat(subbuf, " post-release");
#endif
#endif
#endif