diff options
Diffstat (limited to 'sys/arch/amd64/stand/boot/conf.c')
-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 07a8d41e5ec..945414a2a63 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.23 2012/06/03 13:18:33 kettenis Exp $ */ +/* $OpenBSD: conf.c,v 1.24 2012/10/09 14:01:36 jsing Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -42,7 +42,7 @@ #include <biosdev.h> #include <dev/cons.h> -const char version[] = "3.20"; +const char version[] = "3.21"; int debug = 1; |