We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38f7159 commit 85a0194Copy full SHA for 85a0194
src/info.c
@@ -54,6 +54,9 @@ void rurima_show_version_info(void)
54
#endif
55
#if defined(CTH_VERSION_STRING)
56
cprintf("{base}%s%s%s", "built-in catsh version ..........: ", CTH_VERSION_STRING, "\n");
57
+#endif
58
+#if defined(SSFX_VERSION_STRING)
59
+ cprintf("{base}%s%s%s", "built-in ssfx version ...........: ", SSFX_VERSION_STRING, "\n");
60
61
cprintf("{base}%s%s\n", "Compiler version ................: ", __VERSION__);
62
cprintf("{base}%s%s\n", "Build date ......................: ", __TIMESTAMP__);
0 commit comments