diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/hppa/stand/boot/conf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/stand/boot/conf.c b/sys/arch/hppa/stand/boot/conf.c index 98bf2228d14..73d54584a9f 100644 --- a/sys/arch/hppa/stand/boot/conf.c +++ b/sys/arch/hppa/stand/boot/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.13 2002/02/02 21:25:35 mickey Exp $ */ +/* $OpenBSD: conf.c,v 1.14 2002/03/02 20:26:50 mickey Exp $ */ /* * Copyright (c) 1998 Michael Shalayeff @@ -37,7 +37,7 @@ #include <lib/libsa/exec.h> #include <dev/cons.h> -const char version[] = "0.6"; +const char version[] = "0.7"; int debug = 0; const struct x_sw execsw[] = { |