diff options
author | 2002-06-21 21:02:57 +0000 | |
---|---|---|
committer | 2002-06-21 21:02:57 +0000 | |
commit | 03d3cabe7d0f705a68b092a0ce848d50817e84cd (patch) | |
tree | 6ea53e0733a919955e2ad04e63465eef22ec317a | |
parent | Clear wi_hostap_info.apflags in wi_attach() to guarantee wihap_shutdown() (diff) | |
download | wireguard-openbsd-03d3cabe7d0f705a68b092a0ce848d50817e84cd.tar.xz wireguard-openbsd-03d3cabe7d0f705a68b092a0ce848d50817e84cd.zip |
Bump version to help distinquish new memory probe and fixes.
-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 c8307756bab..4a55c8a80a5 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.18 2001/08/20 20:44:49 mickey Exp $ */ +/* $OpenBSD: conf.c,v 1.19 2002/06/21 21:02:57 weingart Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -48,7 +48,7 @@ #include <dev/cons.h> #include <lib/libsa/exec.h> -const char version[] = "1.28"; +const char version[] = "1.29"; int debug = 1; const struct x_sw execsw[] = { |