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/stand/cdboot | |
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/stand/cdboot')
-rw-r--r-- | sys/arch/i386/stand/cdboot/conf.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; |