diff options
author | 2001-08-20 20:44:49 +0000 | |
---|---|---|
committer | 2001-08-20 20:44:49 +0000 | |
commit | 6ec54ae991adc1c05248be8c559dfdf7abac3e3e (patch) | |
tree | 1f612b4b685f0b310541e49b24e563fa1dc6bb39 | |
parent | cvs does not like me. (diff) | |
download | wireguard-openbsd-6ec54ae991adc1c05248be8c559dfdf7abac3e3e.tar.xz wireguard-openbsd-6ec54ae991adc1c05248be8c559dfdf7abac3e3e.zip |
bump the version for new kbd probe; 10x for a reminder from fgsch@
-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[] = { |