summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/stand
diff options
context:
space:
mode:
authorJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2016-09-13 18:27:50 +0000
committerJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2016-09-13 18:27:50 +0000
commit3908c7822fb0a435e623fc17b41c95572ec05ea9 (patch)
treefa71d7b63803b5034b8d27ca20937ebd775ed28d /sys/arch/macppc/stand
parent574e96d4b71186f0d809788cd9cc851801344bc5 (diff)
crank bootloader version after .SUNW_ctf change
as discussed with jsing@ it's easier this way to ensure people have bootblocks capable of loading the section
Diffstat (limited to 'sys/arch/macppc/stand')
-rw-r--r--sys/arch/macppc/stand/conf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/macppc/stand/conf.c b/sys/arch/macppc/stand/conf.c
index c81efcfdfc2..7fb0d3b758b 100644
--- a/sys/arch/macppc/stand/conf.c
+++ b/sys/arch/macppc/stand/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.7 2015/03/23 20:18:52 miod Exp $ */
+/* $OpenBSD: conf.c,v 1.8 2016/09/13 18:27:49 jasper Exp $ */
/*
* Copyright (c) 2007 Dale Rahn <drahn@openbsd.org>
*
@@ -21,7 +21,7 @@
#include <lib/libsa/stand.h>
-const char version[] = "1.5";
+const char version[] = "1.6";
int debug = 0;
void ofc_probe(struct consdev *);