diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-06-22 20:39:06 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-06-22 20:39:06 +0000 |
commit | 9b104bc692f74de7bae213e47ba30d37309a22ea (patch) | |
tree | ba16258b9efb0c3e4153b98db0413f3e705b734a /sys/arch/hppa/stand | |
parent | c17d3d971905b9475f5a2b53e68eef06afe384a8 (diff) |
once it proved itself to work on everything we can get to, bump a version to 1/2 (;
Diffstat (limited to 'sys/arch/hppa/stand')
-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 81d7a8c51a6..33fe102add3 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.9 1999/05/06 02:29:14 mickey Exp $ */ +/* $OpenBSD: conf.c,v 1.10 1999/06/22 20:39:05 mickey Exp $ */ /* * Copyright (c) 1998 Michael Shalayeff @@ -37,7 +37,7 @@ #include <lib/libsa/exec.h> #include <dev/cons.h> -const char version[] = "0.05"; +const char version[] = "0.5"; int debug = 1; const struct x_sw execsw[] = { |