diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2016-09-13 18:27:50 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2016-09-13 18:27:50 +0000 |
commit | 3908c7822fb0a435e623fc17b41c95572ec05ea9 (patch) | |
tree | fa71d7b63803b5034b8d27ca20937ebd775ed28d /sys/arch/sparc64/stand/ofwboot | |
parent | 574e96d4b71186f0d809788cd9cc851801344bc5 (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/sparc64/stand/ofwboot')
-rw-r--r-- | sys/arch/sparc64/stand/ofwboot/vers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/sparc64/stand/ofwboot/vers.c b/sys/arch/sparc64/stand/ofwboot/vers.c index 4fa0f5f0eb2..9e77ea8a00e 100644 --- a/sys/arch/sparc64/stand/ofwboot/vers.c +++ b/sys/arch/sparc64/stand/ofwboot/vers.c @@ -1 +1 @@ -const char version[] = "1.7"; +const char version[] = "1.8"; |