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/amd64/stand/pxeboot/conf.c | |
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/amd64/stand/pxeboot/conf.c')
-rw-r--r-- | sys/arch/amd64/stand/pxeboot/conf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/stand/pxeboot/conf.c b/sys/arch/amd64/stand/pxeboot/conf.c index 2dfe6a2629b..738dc3a171e 100644 --- a/sys/arch/amd64/stand/pxeboot/conf.c +++ b/sys/arch/amd64/stand/pxeboot/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.34 2016/05/28 15:53:39 sthen Exp $ */ +/* $OpenBSD: conf.c,v 1.35 2016/09/13 18:27:49 jasper Exp $ */ /* * Copyright (c) 2004 Tom Cosgrove @@ -44,7 +44,7 @@ #include "pxeboot.h" #include "pxe_net.h" -const char version[] = "3.26"; +const char version[] = "3.27"; int debug = 0; void (*sa_cleanup)(void) = pxe_shutdown; |