]> granicus.if.org Git - nethack/commitdiff
more makedefs
authornhmall <nhmall@nethack.org>
Sun, 15 Dec 2019 22:41:27 +0000 (17:41 -0500)
committernhmall <nhmall@nethack.org>
Sun, 15 Dec 2019 22:41:27 +0000 (17:41 -0500)
util/makedefs.c

index 23ff7d7e88abc73fef99ea05df8603d4b41a0c65..22194eafa102dd4d79e432d83fc35e789679a49c 100644 (file)
@@ -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