summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/stand
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/amd64/stand
parenta469ec48f0197dd48df75134b5f4a7ace3a1848b (diff)
crank version; looks good deraadt
Diffstat (limited to 'sys/arch/amd64/stand')
-rw-r--r--sys/arch/amd64/stand/boot/conf.c4
-rw-r--r--sys/arch/amd64/stand/cdboot/conf.c4
-rw-r--r--sys/arch/amd64/stand/efiboot/conf.c4
-rw-r--r--sys/arch/amd64/stand/pxeboot/conf.c4
4 files changed, 8 insertions, 8 deletions
diff --git a/sys/arch/amd64/stand/boot/conf.c b/sys/arch/amd64/stand/boot/conf.c
index acb381548ee..e2c86cd0d7c 100644
--- a/sys/arch/amd64/stand/boot/conf.c
+++ b/sys/arch/amd64/stand/boot/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.42 2018/08/10 16:43:54 jsing Exp $ */
+/* $OpenBSD: conf.c,v 1.43 2019/04/08 13:56:21 florian Exp $ */
/*
* Copyright (c) 1996 Michael Shalayeff
@@ -40,7 +40,7 @@
#include <biosdev.h>
#include <dev/cons.h>
-const char version[] = "3.41";
+const char version[] = "3.42";
int debug = 1;
diff --git a/sys/arch/amd64/stand/cdboot/conf.c b/sys/arch/amd64/stand/cdboot/conf.c
index 41f976fc5b7..e224c0d4dbe 100644
--- a/sys/arch/amd64/stand/cdboot/conf.c
+++ b/sys/arch/amd64/stand/cdboot/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.36 2018/07/11 14:48:40 mlarkin Exp $ */
+/* $OpenBSD: conf.c,v 1.37 2019/04/08 13:56:21 florian Exp $ */
/*
* Copyright (c) 2004 Tom Cosgrove
@@ -41,7 +41,7 @@
#include <biosdev.h>
#include <dev/cons.h>
-const char version[] = "3.40";
+const char version[] = "3.41";
int debug = 1;
diff --git a/sys/arch/amd64/stand/efiboot/conf.c b/sys/arch/amd64/stand/efiboot/conf.c
index c42f0df15a8..438b9f5c260 100644
--- a/sys/arch/amd64/stand/efiboot/conf.c
+++ b/sys/arch/amd64/stand/efiboot/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.17 2019/03/15 06:53:37 jsg Exp $ */
+/* $OpenBSD: conf.c,v 1.18 2019/04/08 13:56:21 florian Exp $ */
/*
* Copyright (c) 1996 Michael Shalayeff
@@ -39,7 +39,7 @@
#include "efidev.h"
#include "efipxe.h"
-const char version[] = "3.41";
+const char version[] = "3.42";
#ifdef EFI_DEBUG
int debug = 0;
diff --git a/sys/arch/amd64/stand/pxeboot/conf.c b/sys/arch/amd64/stand/pxeboot/conf.c
index 4d40f45d7fc..61a0bec757c 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.40 2018/07/11 14:48:40 mlarkin Exp $ */
+/* $OpenBSD: conf.c,v 1.41 2019/04/08 13:56:21 florian Exp $ */
/*
* Copyright (c) 2004 Tom Cosgrove
@@ -43,7 +43,7 @@
#include "pxeboot.h"
#include "pxe_net.h"
-const char version[] = "3.40";
+const char version[] = "3.41";
int debug = 0;
void (*sa_cleanup)(void) = pxe_shutdown;