summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/stand
diff options
context:
space:
mode:
authorJoel Sing <jsing@cvs.openbsd.org>2016-09-18 16:36:10 +0000
committerJoel Sing <jsing@cvs.openbsd.org>2016-09-18 16:36:10 +0000
commite18a58c1b89882b0dec12251558a0f724d9d7766 (patch)
tree5002294b0b7f241c991c69483a35cac8cb9461b3 /sys/arch/amd64/stand
parentd1baabbe39d2fec309554d81e0893f1f57cd9864 (diff)
Bump boot loader versions due to bcrypt pbkdf support.
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 38936e1f704..f2033efda25 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.36 2016/09/13 18:27:48 jasper Exp $ */
+/* $OpenBSD: conf.c,v 1.37 2016/09/18 16:36:09 jsing Exp $ */
/*
* Copyright (c) 1996 Michael Shalayeff
@@ -41,7 +41,7 @@
#include <biosdev.h>
#include <dev/cons.h>
-const char version[] = "3.32";
+const char version[] = "3.33";
int debug = 1;
diff --git a/sys/arch/amd64/stand/cdboot/conf.c b/sys/arch/amd64/stand/cdboot/conf.c
index 3a0579f7968..448dbe80c58 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.31 2016/09/13 18:27:48 jasper Exp $ */
+/* $OpenBSD: conf.c,v 1.32 2016/09/18 16:36:09 jsing Exp $ */
/*
* Copyright (c) 2004 Tom Cosgrove
@@ -42,7 +42,7 @@
#include <biosdev.h>
#include <dev/cons.h>
-const char version[] = "3.27";
+const char version[] = "3.28";
int debug = 1;
diff --git a/sys/arch/amd64/stand/efiboot/conf.c b/sys/arch/amd64/stand/efiboot/conf.c
index 5d85d637005..0b2933d4cff 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.5 2016/09/13 18:27:49 jasper Exp $ */
+/* $OpenBSD: conf.c,v 1.6 2016/09/18 16:36:09 jsing Exp $ */
/*
* Copyright (c) 1996 Michael Shalayeff
@@ -38,7 +38,7 @@
#include "efiboot.h"
#include "efidev.h"
-const char version[] = "3.31";
+const char version[] = "3.32";
#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 738dc3a171e..573655e5daf 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.35 2016/09/13 18:27:49 jasper Exp $ */
+/* $OpenBSD: conf.c,v 1.36 2016/09/18 16:36:09 jsing Exp $ */
/*
* Copyright (c) 2004 Tom Cosgrove
@@ -44,7 +44,7 @@
#include "pxeboot.h"
#include "pxe_net.h"
-const char version[] = "3.27";
+const char version[] = "3.28";
int debug = 0;
void (*sa_cleanup)(void) = pxe_shutdown;