diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2019-04-10 04:19:33 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2019-04-10 04:19:33 +0000 |
commit | a5d100e43420a22a95ac05468f73094f9c4cd410 (patch) | |
tree | 788900dcadd4fc1509b0a5b875f537aade6e07f6 /sys/arch/hppa | |
parent | 8f0c1aa9fd0ce5d319af8590f3da4e11d36119ac (diff) |
crank versions
Diffstat (limited to 'sys/arch/hppa')
-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 c461ced5f0e..55d8bc799ae 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.30 2019/04/08 13:56:22 florian Exp $ */ +/* $OpenBSD: conf.c,v 1.31 2019/04/10 04:19:32 deraadt Exp $ */ /* * Copyright (c) 1998-2004 Michael Shalayeff @@ -32,7 +32,7 @@ #include <lib/libsa/cd9660.h> #include <dev/cons.h> -const char version[] = "1.5"; +const char version[] = "1.6"; int debug = 0; struct fs_ops file_system[] = { |