Skip to content

Commit 85a0194

Browse files
committed
non: update info.c
1 parent 38f7159 commit 85a0194

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/info.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ void rurima_show_version_info(void)
5454
#endif
5555
#if defined(CTH_VERSION_STRING)
5656
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");
5760
#endif
5861
cprintf("{base}%s%s\n", "Compiler version ................: ", __VERSION__);
5962
cprintf("{base}%s%s\n", "Build date ......................: ", __TIMESTAMP__);

0 commit comments

Comments
 (0)