diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2018-08-10 16:43:55 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2018-08-10 16:43:55 +0000 |
commit | 3cb5dec786b3dc92a23664eb2dddf96ade0fc629 (patch) | |
tree | 93f14c6bc772ef64db8d632ab770382bebde61e9 /sys/arch/amd64 | |
parent | af8683f083643498df54e042732ceef667e50e91 (diff) |
Bump boot loader versions for softraid passphrase handling change.
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/stand/boot/conf.c | 4 | ||||
-rw-r--r-- | sys/arch/amd64/stand/efiboot/conf.c | 4 |
2 files changed, 4 insertions, 4 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 <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 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; |