diff options
-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 75ea8a9b710..c8307756bab 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.17 2001/05/06 17:45:08 mickey Exp $ */ +/* $OpenBSD: conf.c,v 1.18 2001/08/20 20:44:49 mickey Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -48,7 +48,7 @@ #include <dev/cons.h> #include <lib/libsa/exec.h> -const char version[] = "1.27"; +const char version[] = "1.28"; int debug = 1; const struct x_sw execsw[] = { |