diff options
author | 1999-06-22 20:39:05 +0000 | |
---|---|---|
committer | 1999-06-22 20:39:05 +0000 | |
commit | b295154b760b8a29bd1b9bf646c5eeb3d02423e9 (patch) | |
tree | 8e7396583eb80b8059584be3ea7a0f90bbe2815b | |
parent | this change somehow escaped the fpregs commit (diff) | |
download | wireguard-openbsd-b295154b760b8a29bd1b9bf646c5eeb3d02423e9.tar.xz wireguard-openbsd-b295154b760b8a29bd1b9bf646c5eeb3d02423e9.zip |
once it proved itself to work on everything we can get to, bump a version to 1/2 (;
-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[] = { |