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/i386 | |
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/i386')
-rw-r--r-- | sys/arch/i386/stand/boot/conf.c | 4 | ||||
-rw-r--r-- | sys/arch/i386/stand/cdboot/conf.c | 4 | ||||
-rw-r--r-- | sys/arch/i386/stand/pxeboot/conf.c | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/i386/stand/boot/conf.c b/sys/arch/i386/stand/boot/conf.c index 4a1ec4e3883..f2009c0c7ba 100644 --- a/sys/arch/i386/stand/boot/conf.c +++ b/sys/arch/i386/stand/boot/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.58 2016/02/19 21:30:06 naddy Exp $ */ +/* $OpenBSD: conf.c,v 1.59 2016/05/28 15:53:39 sthen Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -42,7 +42,7 @@ #include <dev/cons.h> #include "debug.h" -const char version[] = "3.28"; +const char version[] = "3.29"; int debug = 1; diff --git a/sys/arch/i386/stand/cdboot/conf.c b/sys/arch/i386/stand/cdboot/conf.c index 29613913fb8..b4ea3b51bc7 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.27 2016/02/19 21:30:06 naddy Exp $ */ +/* $OpenBSD: conf.c,v 1.28 2016/05/28 15:53:39 sthen Exp $ */ /* * Copyright (c) 2004 Tom Cosgrove @@ -43,7 +43,7 @@ #include <dev/cons.h> #include "debug.h" -const char version[] = "3.25"; +const char version[] = "3.26"; int debug = 1; void (*sa_cleanup)(void) = NULL; diff --git a/sys/arch/i386/stand/pxeboot/conf.c b/sys/arch/i386/stand/pxeboot/conf.c index 6aed5e5dc13..2ea02b85e9c 100644 --- a/sys/arch/i386/stand/pxeboot/conf.c +++ b/sys/arch/i386/stand/pxeboot/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.32 2016/02/19 21:30:06 naddy Exp $ */ +/* $OpenBSD: conf.c,v 1.33 2016/05/28 15:53:39 sthen Exp $ */ /* * Copyright (c) 2004 Tom Cosgrove @@ -45,7 +45,7 @@ #include "pxeboot.h" #include "pxe_net.h" -const char version[] = "3.25"; +const char version[] = "3.26"; int debug = 1; void (*sa_cleanup)(void) = pxe_shutdown; |