diff options
Diffstat (limited to 'sys/arch/socppc/stand/boot/conf.c')
-rw-r--r-- | sys/arch/socppc/stand/boot/conf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/socppc/stand/boot/conf.c b/sys/arch/socppc/stand/boot/conf.c index 3a0f9f948d3..03a11cfeb7c 100644 --- a/sys/arch/socppc/stand/boot/conf.c +++ b/sys/arch/socppc/stand/boot/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.4 2009/11/08 22:00:34 kettenis Exp $ */ +/* $OpenBSD: conf.c,v 1.5 2010/02/14 15:16:49 kettenis Exp $ */ /* $NetBSD: conf.c,v 1.4 2005/12/11 12:17:06 christos Exp $ */ /* @@ -39,7 +39,7 @@ #include "libsa.h" #include <lib/libsa/ufs.h> -const char version[] = "0.4"; +const char version[] = "1.0"; int debug = 0; /* |