summaryrefslogtreecommitdiff
path: root/core/ldlinux.asm
diff options
context:
space:
mode:
Diffstat (limited to 'core/ldlinux.asm')
-rw-r--r--core/ldlinux.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ldlinux.asm b/core/ldlinux.asm
index 8fed9b37..ea42d88b 100644
--- a/core/ldlinux.asm
+++ b/core/ldlinux.asm
@@ -588,7 +588,7 @@ syslinux_banner db 0Dh, 0Ah
%else
db 'SYSLINUX '
%endif
- db VERSION, ' ', DATE_STR, ' ', 0
+ db VERSION_STR, ' ', DATE_STR, ' ', 0
db 0Dh, 0Ah, 1Ah ; EOF if we "type" this in DOS
align 8, db 0