summaryrefslogtreecommitdiff
path: root/ldlinux.asm
diff options
context:
space:
mode:
authorhpa <hpa>1998-02-04 06:23:54 +0000
committerhpa <hpa>1998-02-04 06:23:54 +0000
commit33b9acb9131a220ef50c5eed897fbfc4cb60d5bf (patch)
tree2ee8118ecc88016ddd756ffaec92597d07d9a4b1 /ldlinux.asm
parent912235c360970d4ae3f039f4d473da26884a2613 (diff)
downloadsyslinux-33b9acb9131a220ef50c5eed897fbfc4cb60d5bf.tar.gz
I think we're pretty much ready to rock!
Diffstat (limited to 'ldlinux.asm')
-rw-r--r--ldlinux.asm3
1 files changed, 1 insertions, 2 deletions
diff --git a/ldlinux.asm b/ldlinux.asm
index 8cfbb841..ab448221 100644
--- a/ldlinux.asm
+++ b/ldlinux.asm
@@ -36,8 +36,7 @@ retry_count equ 6 ; How patient are we with the disk?
; Should be updated with every release to avoid bootsector/SYS file mismatch
;
%define version_str '1.31' ; Must be 4 characters long!
-;%define date '1998-01-31' ; Must be 10 characters long!
-%define date HEX_TIME ; Used while developing
+%define date DATE_STR ; Defined from the Makefile
%define year '1998'
;
; Debgging stuff