]> granicus.if.org Git - nethack/commitdiff
report post-release in makedefs if someone happens to build post-release code
authornhmall <nhmall@nethack.org>
Sun, 15 Dec 2019 22:22:11 +0000 (17:22 -0500)
committernhmall <nhmall@nethack.org>
Sun, 15 Dec 2019 22:22:11 +0000 (17:22 -0500)
util/dlb_main [new file with mode: 0755]
util/makedefs.c

diff --git a/util/dlb_main b/util/dlb_main
new file mode 100755 (executable)
index 0000000..acca116
Binary files /dev/null and b/util/dlb_main differ
index 6b0ef9cc6e19ce8265df5364fd0d36d002bd2ec8..23ff7d7e88abc73fef99ea05df8603d4b41a0c65 100644 (file)
@@ -1847,7 +1847,11 @@ do_options()
 #if (NH_DEVEL_STATUS == NH_STATUS_BETA)
             " [beta]"
 #else
+#if (NH_DEVEL_STATUS == NH_STATUS_WIP)
             " [work-in-progress]"
+#else
+            " [post-release]"
+#endif
 #endif
 #else
             ""