more makedefs
This commit is contained in:
@@ -1245,7 +1245,11 @@ const char *build_date;
|
|||||||
#if (NH_DEVEL_STATUS == NH_STATUS_BETA)
|
#if (NH_DEVEL_STATUS == NH_STATUS_BETA)
|
||||||
Strcat(subbuf, " Beta");
|
Strcat(subbuf, " Beta");
|
||||||
#else
|
#else
|
||||||
|
#if (NH_DEVEL_STATUS == NH_STATUS_WIP)
|
||||||
Strcat(subbuf, " Work-in-progress");
|
Strcat(subbuf, " Work-in-progress");
|
||||||
|
#else
|
||||||
|
Strcat(subbuf, " post-release");
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user