Bumped the version number to account for fixes in tapeboot.

This commit is contained in:
fredette 2003-08-05 19:14:56 +00:00
parent 100e6f3698
commit c7f2e26f8b
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
$NetBSD: version,v 1.3 2001/11/09 19:53:18 scw Exp $
$NetBSD: version,v 1.4 2003/08/05 19:14:56 fredette Exp $
NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. The format of this
file is important - make sure the entries are appended on end, last item
@ -18,3 +18,4 @@ is taken as the current.
1.9: Convert to ELF and use MI loadfile().
1.10: loadfile() update: ELF symbols no longer need backward seeks.
1.11: loadfile() update to avoid backwards seeks for ELF Program Headers.
1.12: tapeboot: file seek bug fixed, sun2 support added