aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/stdlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/stdlib.c')
-rw-r--r--src/stdlib/stdlib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stdlib/stdlib.c b/src/stdlib/stdlib.c
index c1aba23c..7ee249ab 100644
--- a/src/stdlib/stdlib.c
+++ b/src/stdlib/stdlib.c
@@ -42,6 +42,7 @@ static ssize_t getrandom(void *buf, size_t buflen, unsigned int flags) {
#endif
public bool USE_COLOR;
+public Text_t TOMO_VERSION_TEXT = Text(TOMO_VERSION);
static _Noreturn void signal_handler(int sig, siginfo_t *info, void *userdata)
{