diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-12-28 02:53:05 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-12-28 02:53:05 +0000 |
commit | e380ca318c4d4208a3803f7464d0661067a9ef3d (patch) | |
tree | a6037cf5a91b4e1c3551d72f5ee666f833e45dc9 /sys/arch/hppa64 | |
parent | ac02943a4df338f28713e109cad7148801923c12 (diff) |
crank the version
Diffstat (limited to 'sys/arch/hppa64')
-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[] = { |