diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2012-01-13 14:38:44 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2012-01-13 14:38:44 +0000 |
commit | 4d7b81f3cdab455ba5567d9961ebd981be604103 (patch) | |
tree | 5b5cdb0ecb8501dea1246525c728d91ac6afecf3 /sys | |
parent | 6c724df16d4da44d9f0a2ef71699b47f99a1ae3e (diff) |
Crank amd64 boot(8) version for the softraid changes.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/amd64/stand/boot/conf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/stand/boot/conf.c b/sys/arch/amd64/stand/boot/conf.c index 4d9d717752b..dd64c179201 100644 --- a/sys/arch/amd64/stand/boot/conf.c +++ b/sys/arch/amd64/stand/boot/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.20 2011/04/26 17:33:17 jsing Exp $ */ +/* $OpenBSD: conf.c,v 1.21 2012/01/13 14:38:43 jsing Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -42,7 +42,7 @@ #include <biosdev.h> #include <dev/cons.h> -const char version[] = "3.17"; +const char version[] = "3.18"; int debug = 1; |