diff options
author | hpa <hpa> | 1998-02-06 00:19:20 +0000 |
---|---|---|
committer | hpa <hpa> | 1998-02-06 00:19:20 +0000 |
commit | 41515023b3f350883ae4d7e6c15a71cb9123bccf (patch) | |
tree | 08aca78c47ea3395168ee206a4403d5f363f6e35 /ldlinux.asm | |
parent | c722e2135cb8b8bca8359afabda8e3b41d2ab253 (diff) | |
download | syslinux-41515023b3f350883ae4d7e6c15a71cb9123bccf.tar.gz |
Finished "make release" mechanism.
Diffstat (limited to 'ldlinux.asm')
-rw-r--r-- | ldlinux.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ldlinux.asm b/ldlinux.asm index 886706cc..a89357b2 100644 --- a/ldlinux.asm +++ b/ldlinux.asm @@ -35,7 +35,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 version_str VERSION ; Must be 4 characters long! %define date DATE_STR ; Defined from the Makefile %define year '1998' ; |