aboutsummaryrefslogtreecommitdiff
path: root/sys/include/lib/logo.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/include/lib/logo.h')
-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[];