From b9305c6c709f687c158563413607e2ac85854c61 Mon Sep 17 00:00:00 2001 From: "Daniel C. Sobral" Date: Mon, 8 Feb 1999 04:14:31 +0000 Subject: [PATCH] Bumb up loader's version. Reviewed by: Michael Smith --- sys/boot/i386/loader/version | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/boot/i386/loader/version b/sys/boot/i386/loader/version index b923863a0e28..8d3979c7b9b7 100644 --- a/sys/boot/i386/loader/version +++ b/sys/boot/i386/loader/version @@ -1,8 +1,9 @@ -$Id: version,v 1.1.1.1 1998/08/21 03:17:41 msmith Exp $ +$Id: version,v 1.2 1998/09/17 23:52:16 msmith Exp $ NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. The format of this file is important. Make sure the current version number is on line 6. +0.5: First release version 0.2: Initial integration with BTX 0.1: Initial i386 version, inspiration and some structure from the NetBSD version.