diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2018-08-10 16:43:55 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2018-08-10 16:43:55 +0000 |
commit | 3cb5dec786b3dc92a23664eb2dddf96ade0fc629 (patch) | |
tree | 93f14c6bc772ef64db8d632ab770382bebde61e9 /sys/arch/i386 | |
parent | af8683f083643498df54e042732ceef667e50e91 (diff) |
Bump boot loader versions for softraid passphrase handling change.
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/stand/boot/conf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/boot/conf.c b/sys/arch/i386/stand/boot/conf.c index 8609b1ef196..b1ef8d8ea57 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.63 2018/07/11 18:08:05 mlarkin Exp $ */ +/* $OpenBSD: conf.c,v 1.64 2018/08/10 16:43:54 jsing Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -41,7 +41,7 @@ #include <dev/cons.h> #include "debug.h" -const char version[] = "3.32"; +const char version[] = "3.33"; int debug = 1; |