summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand/pxeboot
diff options
context:
space:
mode:
authorFlorian Obser <florian@cvs.openbsd.org>2019-04-08 13:56:23 +0000
committerFlorian Obser <florian@cvs.openbsd.org>2019-04-08 13:56:23 +0000
commit228eae623f7d0c8ab969909e7e36e654f9c10e2b (patch)
tree2c7952d436e73d6bdca8b0f360d9980f627d455d /sys/arch/i386/stand/pxeboot
parenta469ec48f0197dd48df75134b5f4a7ace3a1848b (diff)
crank version; looks good deraadt
Diffstat (limited to 'sys/arch/i386/stand/pxeboot')
-rw-r--r--sys/arch/i386/stand/pxeboot/conf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/pxeboot/conf.c b/sys/arch/i386/stand/pxeboot/conf.c
index 931be3dee80..23a8fc2f553 100644
--- a/sys/arch/i386/stand/pxeboot/conf.c
+++ b/sys/arch/i386/stand/pxeboot/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.39 2019/03/07 10:46:37 jsg Exp $ */
+/* $OpenBSD: conf.c,v 1.40 2019/04/08 13:56:22 florian Exp $ */
/*
* Copyright (c) 2004 Tom Cosgrove
@@ -44,7 +44,7 @@
#include "pxeboot.h"
#include "pxe_net.h"
-const char version[] = "3.31";
+const char version[] = "3.32";
int debug = 1;
void (*sa_cleanup)(void) = pxe_shutdown;