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/pxeboot | |
parent | fd0b4d529d0b51b908390616e6905a9c9c7d5182 (diff) |
belatedly bump bootstrap version after mdrandom() changes; ok deraadt@
Diffstat (limited to 'sys/arch/i386/stand/pxeboot')
-rw-r--r-- | sys/arch/i386/stand/pxeboot/conf.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; |