diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2016-05-28 15:53:40 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2016-05-28 15:53:40 +0000 |
commit | 90b0e4be9c57805fcf06de09a24eddd594fdf8c6 (patch) | |
tree | e8715fe8e94453bbb6f580a8ae65a8f8da611c2e /sys/arch/amd64 | |
parent | 2ac173a52eb339ae0e57683fccda11321812b945 (diff) |
crank version numbers of those bootloaders that have been changed by
the com_init fix. ok beck deraadt
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/stand/boot/conf.c | 4 | ||||
-rw-r--r-- | sys/arch/amd64/stand/cdboot/conf.c | 4 | ||||
-rw-r--r-- | sys/arch/amd64/stand/pxeboot/conf.c | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/amd64/stand/boot/conf.c b/sys/arch/amd64/stand/boot/conf.c index 247e28f388b..bd35d30806d 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.34 2016/02/19 21:30:06 naddy Exp $ */ +/* $OpenBSD: conf.c,v 1.35 2016/05/28 15:53:39 sthen Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -41,7 +41,7 @@ #include <biosdev.h> #include <dev/cons.h> -const char version[] = "3.30"; +const char version[] = "3.31"; int debug = 1; diff --git a/sys/arch/amd64/stand/cdboot/conf.c b/sys/arch/amd64/stand/cdboot/conf.c index aee98799e13..ae62b32c908 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.29 2016/02/19 21:30:06 naddy Exp $ */ +/* $OpenBSD: conf.c,v 1.30 2016/05/28 15:53:39 sthen Exp $ */ /* * Copyright (c) 2004 Tom Cosgrove @@ -42,7 +42,7 @@ #include <biosdev.h> #include <dev/cons.h> -const char version[] = "3.25"; +const char version[] = "3.26"; int debug = 1; diff --git a/sys/arch/amd64/stand/pxeboot/conf.c b/sys/arch/amd64/stand/pxeboot/conf.c index f12418f8def..2dfe6a2629b 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.33 2016/02/19 21:30:06 naddy Exp $ */ +/* $OpenBSD: conf.c,v 1.34 2016/05/28 15:53:39 sthen Exp $ */ /* * Copyright (c) 2004 Tom Cosgrove @@ -44,7 +44,7 @@ #include "pxeboot.h" #include "pxe_net.h" -const char version[] = "3.25"; +const char version[] = "3.26"; int debug = 0; void (*sa_cleanup)(void) = pxe_shutdown; |