summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand/pxeboot/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/i386/stand/pxeboot/conf.c')
-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 c7693fa262e..f0d02101c10 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.34 2016/09/13 18:27:49 jasper Exp $ */
+/* $OpenBSD: conf.c,v 1.35 2016/09/18 16:36:09 jsing Exp $ */
/*
* Copyright (c) 2004 Tom Cosgrove
@@ -45,7 +45,7 @@
#include "pxeboot.h"
#include "pxe_net.h"
-const char version[] = "3.27";
+const char version[] = "3.28";
int debug = 1;
void (*sa_cleanup)(void) = pxe_shutdown;