From 1a301f73dc2c727c227251c96cba3be66cff7787 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Wed, 21 Nov 2001 23:16:26 +0000 Subject: [PATCH] Bump the CD boot loader up to 1.1 so that the FICL upgrade a while back will not fail thinking that the loader version is stale. This lets us use the Forth code on the CD now. --- sys/boot/alpha/cdboot/version | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/boot/alpha/cdboot/version b/sys/boot/alpha/cdboot/version index abd5ddfc909..a544d7fc798 100644 --- a/sys/boot/alpha/cdboot/version +++ b/sys/boot/alpha/cdboot/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.1: New semantics for finding the kernel, new boot. 1.0: Released working DEC Alpha version. 0.1: Initial i386 version, germinated from the NetBSD i386 standalone, but enormously modified.