summaryrefslogtreecommitdiff
path: root/sys/arch/i386
diff options
context:
space:
mode:
authorJoel Sing <jsing@cvs.openbsd.org>2018-08-10 16:43:55 +0000
committerJoel Sing <jsing@cvs.openbsd.org>2018-08-10 16:43:55 +0000
commit3cb5dec786b3dc92a23664eb2dddf96ade0fc629 (patch)
tree93f14c6bc772ef64db8d632ab770382bebde61e9 /sys/arch/i386
parentaf8683f083643498df54e042732ceef667e50e91 (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.c4
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;