summaryrefslogtreecommitdiff
path: root/sys/arch/i386
diff options
context:
space:
mode:
authorJoel Sing <jsing@cvs.openbsd.org>2012-10-31 13:58:00 +0000
committerJoel Sing <jsing@cvs.openbsd.org>2012-10-31 13:58:00 +0000
commite772b4962af05067355f7a7df7deec2c66eb6763 (patch)
tree6446dea301a73d3ede7797ff5683df24194d5aba /sys/arch/i386
parentfce14d746e8832db89c4468bb5db402aff55a328 (diff)
Bump i386 boot(8) version.
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 ee1c88f35f7..273f9824e56 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.49 2012/10/12 15:00:33 jsing Exp $ */
+/* $OpenBSD: conf.c,v 1.50 2012/10/31 13:57:59 jsing Exp $ */
/*
* Copyright (c) 1996 Michael Shalayeff
@@ -43,7 +43,7 @@
#include <dev/cons.h>
#include "debug.h"
-const char version[] = "3.20";
+const char version[] = "3.21";
int debug = 1;