diff options
author | Christian Weisgerber <naddy@cvs.openbsd.org> | 2016-02-19 21:30:07 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@cvs.openbsd.org> | 2016-02-19 21:30:07 +0000 |
commit | e68c6d3b327625e76af5a6d21d1c36232ba6707c (patch) | |
tree | 93ce28886b999bf02c1c7af68ae854dc8a30842e /sys/arch/i386/stand | |
parent | fd0b4d529d0b51b908390616e6905a9c9c7d5182 (diff) |
belatedly bump bootstrap version after mdrandom() changes; ok deraadt@
Diffstat (limited to 'sys/arch/i386/stand')
-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 89ab35a2e1a..4a1ec4e3883 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.57 2015/09/18 13:30:56 miod Exp $ */ +/* $OpenBSD: conf.c,v 1.58 2016/02/19 21:30:06 naddy Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -42,7 +42,7 @@ #include <dev/cons.h> #include "debug.h" -const char version[] = "3.27"; +const char version[] = "3.28"; int debug = 1; diff --git a/sys/arch/i386/stand/cdboot/conf.c b/sys/arch/i386/stand/cdboot/conf.c index 9cfa99e8ab2..29613913fb8 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.26 2015/09/18 13:30:56 miod Exp $ */ +/* $OpenBSD: conf.c,v 1.27 2016/02/19 21:30:06 naddy Exp $ */ /* * Copyright (c) 2004 Tom Cosgrove @@ -43,7 +43,7 @@ #include <dev/cons.h> #include "debug.h" -const char version[] = "3.24"; +const char version[] = "3.25"; 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 8631c003b9b..6aed5e5dc13 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.31 2015/09/18 13:30:56 miod Exp $ */ +/* $OpenBSD: conf.c,v 1.32 2016/02/19 21:30:06 naddy Exp $ */ /* * Copyright (c) 2004 Tom Cosgrove @@ -45,7 +45,7 @@ #include "pxeboot.h" #include "pxe_net.h" -const char version[] = "3.24"; +const char version[] = "3.25"; int debug = 1; void (*sa_cleanup)(void) = pxe_shutdown; |