diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-03-04 22:33:12 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-03-04 22:33:12 +0000 |
commit | 70efc716c63d9d00939e569e5b22a93e2ba64300 (patch) | |
tree | 793b92eab15e5fef8e3a274c04fd001aeb045258 /sys/arch | |
parent | 36e531d0a0bf51a3c3aa118310edaa880f2dc5d4 (diff) |
crank version #
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/hppa/stand/boot/conf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/stand/boot/conf.c b/sys/arch/hppa/stand/boot/conf.c index 08dd737c21e..b13b68cb625 100644 --- a/sys/arch/hppa/stand/boot/conf.c +++ b/sys/arch/hppa/stand/boot/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.20 2007/12/26 18:52:59 kettenis Exp $ */ +/* $OpenBSD: conf.c,v 1.21 2008/03/04 22:33:11 deraadt Exp $ */ /* * Copyright (c) 1998-2004 Michael Shalayeff @@ -32,7 +32,7 @@ #include <lib/libsa/cd9660.h> #include <dev/cons.h> -const char version[] = "0.9"; +const char version[] = "1.0"; int debug = 0; struct fs_ops file_system[] = { |