diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-10-26 23:22:10 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-10-26 23:22:10 +0000 |
commit | d4885e376afaf8f0a92eacb4ee39a99f548b5ca8 (patch) | |
tree | fcc36f5d5809135af52279a97b751903e19688db /sys/arch/i386/stand/boot/conf.c | |
parent | 38a3f81b8ec85d8ced7c539d2d0df3dd84ad7f89 (diff) |
we have new features, bump boot version
Diffstat (limited to 'sys/arch/i386/stand/boot/conf.c')
-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 ac38063a69c..ce3572c6e9b 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.9 1997/10/17 15:03:18 weingart Exp $ */ +/* $OpenBSD: conf.c,v 1.10 1997/10/26 23:22:09 mickey Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -47,7 +47,7 @@ #include <biosdev.h> #include <dev/cons.h> -const char version[] = "1.05"; +const char version[] = "1.06"; int debug; struct fs_ops file_system[] = { |