summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/stand/pxeboot/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/amd64/stand/pxeboot/conf.c')
-rw-r--r--sys/arch/amd64/stand/pxeboot/conf.c4
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;