diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2000-10-19 17:15:27 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2000-10-19 17:15:27 +0000 |
commit | a07ad469f0634d799ec0dc4f12e90d41df3d3678 (patch) | |
tree | c9b954ec2e73c384059db4a2ee2fed6015487458 | |
parent | 86c7ccfd64750e9ff5a06cca2ebffb6f2cd35c6b (diff) |
Increment version; deraadt@ ok.
-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 a128981bdee..c3f07e89e36 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.14 2000/05/30 22:00:24 mickey Exp $ */ +/* $OpenBSD: conf.c,v 1.15 2000/10/19 17:15:26 fgsch Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -48,7 +48,7 @@ #include <dev/cons.h> #include <lib/libsa/exec.h> -const char version[] = "1.24"; +const char version[] = "1.25"; int debug = 1; const struct x_sw execsw[] = { |