diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-08-20 20:44:50 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-08-20 20:44:50 +0000 |
commit | 56a838967572e8e6119371d600a8f1023d5f65b0 (patch) | |
tree | ba673904e83250f7a787645b9c09f053b81edb21 /sys/arch/i386 | |
parent | 52f37cf72cfe018a73dcb28a9293c58f351387b8 (diff) |
bump the version for new kbd probe; 10x for a reminder from fgsch@
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 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[] = { |