diff options
author | Mike Larkin <mlarkin@cvs.openbsd.org> | 2013-10-23 06:12:51 +0000 |
---|---|---|
committer | Mike Larkin <mlarkin@cvs.openbsd.org> | 2013-10-23 06:12:51 +0000 |
commit | 5acd67a1825ceac44f4ee68cf80edf9f8af47a0a (patch) | |
tree | b382c9a3baa5857c61e8c91673f3dd6c83c824d9 /sys/arch/i386/stand/boot | |
parent | e467ead6f36cf9cd3ff96b71f7967e04f5c53f56 (diff) |
Crank bootblock versions after last commit
Diffstat (limited to 'sys/arch/i386/stand/boot')
-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 5823a1774b7..c565819bafb 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.51 2013/10/20 13:25:21 stsp Exp $ */ +/* $OpenBSD: conf.c,v 1.52 2013/10/23 06:12:50 mlarkin Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -43,7 +43,7 @@ #include <dev/cons.h> #include "debug.h" -const char version[] = "3.22"; +const char version[] = "3.23"; int debug = 1; |