From da34147c6cb66c0e80e5bd9f92d2249281d68c00 Mon Sep 17 00:00:00 2001 From: jsing Date: Fri, 10 Aug 2018 16:43:54 +0000 Subject: [PATCH] Bump boot loader versions for softraid passphrase handling change. --- sys/arch/amd64/stand/boot/conf.c | 4 ++-- sys/arch/amd64/stand/efiboot/conf.c | 4 ++-- sys/arch/i386/stand/boot/conf.c | 4 ++-- sys/arch/sparc64/stand/ofwboot/vers.c | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/sys/arch/amd64/stand/boot/conf.c b/sys/arch/amd64/stand/boot/conf.c index 37c1ffea52c..acb381548ee 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.41 2018/07/11 14:48:40 mlarkin Exp $ */ +/* $OpenBSD: conf.c,v 1.42 2018/08/10 16:43:54 jsing Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -40,7 +40,7 @@ #include #include -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 22bbb696045..209d86d11f9 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.15 2018/04/18 16:34:58 deraadt Exp $ */ +/* $OpenBSD: conf.c,v 1.16 2018/08/10 16:43:54 jsing Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -39,7 +39,7 @@ #include "efidev.h" #include "efipxe.h" -const char version[] = "3.39"; +const char version[] = "3.40"; #ifdef EFI_DEBUG int debug = 0; diff --git a/sys/arch/i386/stand/boot/conf.c b/sys/arch/i386/stand/boot/conf.c index 8609b1ef196..b1ef8d8ea57 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.63 2018/07/11 18:08:05 mlarkin Exp $ */ +/* $OpenBSD: conf.c,v 1.64 2018/08/10 16:43:54 jsing Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -41,7 +41,7 @@ #include #include "debug.h" -const char version[] = "3.32"; +const char version[] = "3.33"; int debug = 1; diff --git a/sys/arch/sparc64/stand/ofwboot/vers.c b/sys/arch/sparc64/stand/ofwboot/vers.c index 2c747fd35da..563b9218a97 100644 --- a/sys/arch/sparc64/stand/ofwboot/vers.c +++ b/sys/arch/sparc64/stand/ofwboot/vers.c @@ -1 +1 @@ -const char version[] = "1.10"; +const char version[] = "1.11"; -- 2.20.1