diff options
Diffstat (limited to 'sys/arch/hppa64/stand')
-rw-r--r-- | sys/arch/hppa64/stand/boot/conf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa64/stand/boot/conf.c b/sys/arch/hppa64/stand/boot/conf.c index 9e85a492c43..49fcb9fda6a 100644 --- a/sys/arch/hppa64/stand/boot/conf.c +++ b/sys/arch/hppa64/stand/boot/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.5 2010/12/06 22:51:45 jasper Exp $ */ +/* $OpenBSD: conf.c,v 1.6 2013/12/28 02:53:03 deraadt Exp $ */ /* * Copyright (c) 2005 Michael Shalayeff @@ -24,7 +24,7 @@ #include <lib/libsa/cd9660.h> #include <dev/cons.h> -const char version[] = "0.9"; +const char version[] = "1.1"; int debug = 0; struct fs_ops file_system[] = { |