diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2012-10-31 13:58:00 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2012-10-31 13:58:00 +0000 |
commit | e772b4962af05067355f7a7df7deec2c66eb6763 (patch) | |
tree | 6446dea301a73d3ede7797ff5683df24194d5aba /sys/arch/i386 | |
parent | fce14d746e8832db89c4468bb5db402aff55a328 (diff) |
Bump i386 boot(8) version.
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 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; |