diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-09-29 22:59:04 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-09-29 22:59:04 +0000 |
commit | c4fdf4188dff8725057589b69ba49c8374d49334 (patch) | |
tree | 008960d97826109af6811897f079befc2a47218b /sys/arch/i386/stand/boot/conf.c | |
parent | 0188a0021a58a9c827b1a5f063a66abf9d7c111d (diff) |
bump the version number
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 9ecabd7ae49..45853997b84 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.7 1997/09/02 21:18:13 mickey Exp $ */ +/* $OpenBSD: conf.c,v 1.8 1997/09/29 22:59:03 mickey Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -47,7 +47,7 @@ #include <biosdev.h> #include <dev/cons.h> -const char version[] = "0.99a"; +const char version[] = "1.01"; int debug; struct fs_ops file_system[] = { |