From 5628c46ebddb7867cf5b189ba2e5b066b21b542c Mon Sep 17 00:00:00 2001 From: Joel Sing Date: Tue, 9 Oct 2012 14:01:37 +0000 Subject: Bump boot versions due to recent changes. --- sys/arch/amd64/stand/boot/conf.c | 4 ++-- sys/arch/amd64/stand/cdboot/conf.c | 4 ++-- sys/arch/amd64/stand/pxeboot/conf.c | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'sys/arch/amd64/stand') diff --git a/sys/arch/amd64/stand/boot/conf.c b/sys/arch/amd64/stand/boot/conf.c index 07a8d41e5ec..945414a2a63 100644 --- a/sys/arch/amd64/stand/boot/conf.c +++ b/sys/arch/amd64/stand/boot/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.23 2012/06/03 13:18:33 kettenis Exp $ */ +/* $OpenBSD: conf.c,v 1.24 2012/10/09 14:01:36 jsing Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -42,7 +42,7 @@ #include #include -const char version[] = "3.20"; +const char version[] = "3.21"; int debug = 1; diff --git a/sys/arch/amd64/stand/cdboot/conf.c b/sys/arch/amd64/stand/cdboot/conf.c index b9d0b5ec142..65eb4815785 100644 --- a/sys/arch/amd64/stand/cdboot/conf.c +++ b/sys/arch/amd64/stand/cdboot/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.20 2012/06/03 13:18:33 kettenis Exp $ */ +/* $OpenBSD: conf.c,v 1.21 2012/10/09 14:01:36 jsing Exp $ */ /* * Copyright (c) 2004 Tom Cosgrove @@ -43,7 +43,7 @@ #include #include -const char version[] = "3.17"; +const char version[] = "3.18"; int debug = 1; diff --git a/sys/arch/amd64/stand/pxeboot/conf.c b/sys/arch/amd64/stand/pxeboot/conf.c index 5d95c767ead..49a86e712d8 100644 --- a/sys/arch/amd64/stand/pxeboot/conf.c +++ b/sys/arch/amd64/stand/pxeboot/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.24 2012/06/03 13:18:33 kettenis Exp $ */ +/* $OpenBSD: conf.c,v 1.25 2012/10/09 14:01:36 jsing Exp $ */ /* * Copyright (c) 2004 Tom Cosgrove @@ -45,7 +45,7 @@ #include "pxeboot.h" #include "pxe_net.h" -const char version[] = "3.17"; +const char version[] = "3.18"; int debug = 0; #undef _TEST -- cgit v1.2.3