summaryrefslogtreecommitdiff
path: root/sys/include
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2023-12-21 10:42:14 -0500
committerIan Moffett <ian@osmora.org>2023-12-21 10:42:14 -0500
commite1b2a505f0ea92da30ac51d7bdb40a9f586d4af0 (patch)
treeeeaebc6f7dd829c2ea1cee0c7fcc1684f480d0cd /sys/include
parentea0290d541d985f84e77f1e8f3b8fadfb5fa9fd9 (diff)
build: Update build constant OS prefixes
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys/include')
-rw-r--r--sys/include/lib/logo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/include/lib/logo.h b/sys/include/lib/logo.h
index ad999b4..4d5c93a 100644
--- a/sys/include/lib/logo.h
+++ b/sys/include/lib/logo.h
@@ -33,7 +33,7 @@
#define COPYRIGHT "Copyright (c) 2023 Ian Marco Moffett and the Osmora Team."
#define PRINT_LOGO() \
- kprintf("%s v%s\n\n", g_logo, VEGA_VERSION); \
+ kprintf("%s v%s\n\n", g_logo, HYRA_VERSION); \
kprintf("\t%s\n\n", COPYRIGHT);
extern uint8_t g_logo[];