Introducing LunaBuild to the build flow (#36)
[lunaix-os.git] / lunaix-os / kernel / fs / fs_export.c
index bdc02d4c6573d7caa29817f0b4cc01a1abfddb30..dffff0ae70f50b4042084be127a51f32c132fa8b 100644 (file)
@@ -41,9 +41,8 @@ void
 __version_rd(struct twimap* map)
 {
     twimap_printf(map,
-                  "LunaixOS version %s (%s-gnu-gcc %s) %s %s",
-                  LUNAIX_VER,
-                  PLATFORM_TARGET,
+                  "LunaixOS version %s (gnu-cc %s) %s %s",
+                  CONFIG_LUNAIX_VER,
                   __VERSION__,
                   __DATE__,
                   __TIME__);