diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-05-06 17:45:09 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-05-06 17:45:09 +0000 |
commit | 5523e987d33d01fc8867b7e73ab4072ef3c23ded (patch) | |
tree | d66fe51f15d2d137ddb47dc3f58e813d7c625f9f /sys/arch/i386/stand/boot | |
parent | 7d236d3ed2cfeec32748dacae593f569c2ee6c5f (diff) |
increase version since we've removed -b; per fgsch@'s suggestion
Diffstat (limited to 'sys/arch/i386/stand/boot')
-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 b0932ced027..75ea8a9b710 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.16 2000/10/25 17:11:58 mickey Exp $ */ +/* $OpenBSD: conf.c,v 1.17 2001/05/06 17:45:08 mickey Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -48,7 +48,7 @@ #include <dev/cons.h> #include <lib/libsa/exec.h> -const char version[] = "1.26"; +const char version[] = "1.27"; int debug = 1; const struct x_sw execsw[] = { |