diff options
author | Tobias Weingartner <weingart@cvs.openbsd.org> | 2002-06-21 21:02:58 +0000 |
---|---|---|
committer | Tobias Weingartner <weingart@cvs.openbsd.org> | 2002-06-21 21:02:58 +0000 |
commit | 3a52bc587d857776ff0c095ec808af37fa13c9ab (patch) | |
tree | aeb6a2454d5efc41ba195bffbdeff8361e5bdf7d /sys | |
parent | c284e3087b19d419193a674a1bcab6f618a72520 (diff) |
Bump version to help distinquish new memory probe and fixes.
Diffstat (limited to 'sys')
-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[] = { |