summaryrefslogtreecommitdiff
path: root/sys/arch/sgi/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/sgi/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/sgi/stand')
-rw-r--r--sys/arch/sgi/stand/boot/version7
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/arch/sgi/stand/boot/version b/sys/arch/sgi/stand/boot/version
index 27bdf164c48..bd3ec87a6ad 100644
--- a/sys/arch/sgi/stand/boot/version
+++ b/sys/arch/sgi/stand/boot/version
@@ -1,4 +1,4 @@
-/* $OpenBSD: version,v 1.7 2015/09/23 21:22:27 miod Exp $ */
+/* $OpenBSD: version,v 1.8 2016/09/13 18:27:49 jasper Exp $ */
/* Public domain. Come on, this can hardly be considered as code. */
#if 0
@@ -31,6 +31,9 @@ No version strings up to 2012
1.6
/etc/random.seed support
+1.7
+ Loadfile support for .SUNW_ctf section
+
#endif
-static const char version[] = "1.6";
+static const char version[] = "1.7";