From 9714dd1a3ab065c037da5000ca1e429cdccea7ae Mon Sep 17 00:00:00 2001 From: "Daniel C. Sobral" Date: Sun, 10 Sep 2000 13:51:44 +0000 Subject: [PATCH] Bump up version as a result of the recent changes to kernel path, and boot-conf&boot semantic changes. Also, make it 1.0. Reminded by: peter (even though he doesn't know it) --- sys/boot/i386/loader/version | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/boot/i386/loader/version b/sys/boot/i386/loader/version index 8ea1166ddc34..44d3b963a534 100644 --- a/sys/boot/i386/loader/version +++ b/sys/boot/i386/loader/version @@ -3,6 +3,7 @@ $FreeBSD$ 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. +1.0: New semantics for finding the kernel, new boot. 0.8: Set/getenv & cia, copyin/out. 0.7: Supports large KVM 0.6: Increased dictionary size -- supports loader.4th