diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-03-02 20:26:51 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-03-02 20:26:51 +0000 |
commit | 64f83da8afd65f0271519a41b04385b6cd4c22e4 (patch) | |
tree | c62c0d1ff9b175d772525e6f53e828e33a142e88 | |
parent | 1b22c817a8cfab92b48aaa68598b1c58d3b91dbd (diff) |
bump the version after recent addition
-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[] = { |