summaryrefslogtreecommitdiff
path: root/sys/arch/i386
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/i386
parentd1baabbe39d2fec309554d81e0893f1f57cd9864 (diff)
Bump boot loader versions due to bcrypt pbkdf support.
Diffstat (limited to 'sys/arch/i386')
-rw-r--r--sys/arch/i386/stand/boot/conf.c4
-rw-r--r--sys/arch/i386/stand/cdboot/conf.c4
-rw-r--r--sys/arch/i386/stand/pxeboot/conf.c4
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/i386/stand/boot/conf.c b/sys/arch/i386/stand/boot/conf.c
index eeb43baf33d..30e044f10db 100644
--- a/sys/arch/i386/stand/boot/conf.c
+++ b/sys/arch/i386/stand/boot/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.60 2016/09/13 18:27:49 jasper Exp $ */
+/* $OpenBSD: conf.c,v 1.61 2016/09/18 16:36:09 jsing Exp $ */
/*
* Copyright (c) 1996 Michael Shalayeff
@@ -42,7 +42,7 @@
#include <dev/cons.h>
#include "debug.h"
-const char version[] = "3.30";
+const char version[] = "3.31";
int debug = 1;
diff --git a/sys/arch/i386/stand/cdboot/conf.c b/sys/arch/i386/stand/cdboot/conf.c
index 27b54d4e3d6..66a7d18b686 100644
--- a/sys/arch/i386/stand/cdboot/conf.c
+++ b/sys/arch/i386/stand/cdboot/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.29 2016/09/13 18:27:49 jasper Exp $ */
+/* $OpenBSD: conf.c,v 1.30 2016/09/18 16:36:09 jsing Exp $ */
/*
* Copyright (c) 2004 Tom Cosgrove
@@ -43,7 +43,7 @@
#include <dev/cons.h>
#include "debug.h"
-const char version[] = "3.27";
+const char version[] = "3.28";
int debug = 1;
void (*sa_cleanup)(void) = NULL;
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;