diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-07-06 08:47:03 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-07-06 08:47:03 +0000 |
commit | d4aa7926282deadb5c7adee66e0bf870ef46f238 (patch) | |
tree | 87acb79415ab3c29a23086005f78266c7c0e4402 /sys | |
parent | 0e8f2e15de90ba02f7064dfafc160fca4358e2dd (diff) |
Bump verson number now that the bootloader works on the v1280.
Diffstat (limited to 'sys')
-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 8ead2a7553e..54519f66439 100644 --- a/sys/arch/sparc64/stand/ofwboot/vers.c +++ b/sys/arch/sparc64/stand/ofwboot/vers.c @@ -1 +1 @@ -const char version[] = "1.2"; +const char version[] = "1.3"; |