diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2010-02-14 15:16:50 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2010-02-14 15:16:50 +0000 |
commit | de434f28fb4d51b0f595c337047c7fe9c689ed09 (patch) | |
tree | d8186d50258a12dc6bdc622aa500e21d1d187b6b /sys/arch/socppc/stand | |
parent | 1a7fabe68d16c1d3113e992084026d16c411268e (diff) |
Bump version number (to 1.0).
Diffstat (limited to 'sys/arch/socppc/stand')
-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; /* |