From e62c8e7851109d752171533c4b7db663449c5d10 Mon Sep 17 00:00:00 2001 From: Tom Cosgrove Date: Thu, 31 May 2007 21:43:59 +0000 Subject: Forgot to commit the changes to this file with the rest of the ELF32+64 pieces. Since this is where the "boot both ELF32 and ELF64" behaviour is turned on for i386, it is quite important. Bump version numbers too. Found by ckuethe@; thanks. --- sys/arch/i386/stand/cdboot/conf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/i386/stand/cdboot') diff --git a/sys/arch/i386/stand/cdboot/conf.c b/sys/arch/i386/stand/cdboot/conf.c index 56b5b5c788e..3e3bc297769 100644 --- a/sys/arch/i386/stand/cdboot/conf.c +++ b/sys/arch/i386/stand/cdboot/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.9 2007/05/30 01:25:43 tom Exp $ */ +/* $OpenBSD: conf.c,v 1.10 2007/05/31 21:43:57 tom Exp $ */ /* * Copyright (c) 2004 Tom Cosgrove @@ -43,7 +43,7 @@ #include #include "debug.h" -const char version[] = "2.00"; +const char version[] = "2.01"; int debug = 1; #undef _TEST -- cgit v1.2.3