report post-release in makedefs if someone happens to build post-release code
This commit is contained in:
Executable
BIN
Binary file not shown.
@@ -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
|
||||||
""
|
""
|
||||||
|
|||||||
Reference in New Issue
Block a user