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
Executable
BIN
View File
Binary file not shown.
+4
View File
@@ -1847,7 +1847,11 @@ do_options()
#if (NH_DEVEL_STATUS == NH_STATUS_BETA) #if (NH_DEVEL_STATUS == NH_STATUS_BETA)
" [beta]" " [beta]"
#else #else
#if (NH_DEVEL_STATUS == NH_STATUS_WIP)
" [work-in-progress]" " [work-in-progress]"
#else
" [post-release]"
#endif
#endif #endif
#else #else
"" ""