more makedefs
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user