report post-release in makedefs if someone happens to build post-release code

This commit is contained in:
nhmall
2019-12-15 17:22:11 -05:00
parent 9085093338
commit c201c5608b
2 changed files with 4 additions and 0 deletions

BIN
util/dlb_main Executable file

Binary file not shown.

View File

@@ -1847,7 +1847,11 @@ do_options()
#if (NH_DEVEL_STATUS == NH_STATUS_BETA)
" [beta]"
#else
#if (NH_DEVEL_STATUS == NH_STATUS_WIP)
" [work-in-progress]"
#else
" [post-release]"
#endif
#endif
#else
""