From 21bf816991a3b5196f38a4dddabfce9ceb990bbb Mon Sep 17 00:00:00 2001 From: krw Date: Tue, 4 Jun 2024 21:48:20 +0000 Subject: [PATCH] Bump versions of boot media now capable of un-hibernating from non-DEV_BSIZE sectored media. Bump to common version (3.67) to indicate new MI capability. Reminded by deraadt@ --- sys/arch/amd64/stand/boot/conf.c | 4 ++-- sys/arch/amd64/stand/efiboot/conf.c | 4 ++-- sys/arch/i386/stand/boot/conf.c | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sys/arch/amd64/stand/boot/conf.c b/sys/arch/amd64/stand/boot/conf.c index 9e8a4a70d4b..9709ea06b4e 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.57 2023/07/22 10:11:19 jsg Exp $ */ +/* $OpenBSD: conf.c,v 1.58 2024/06/04 21:48:20 krw Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -41,7 +41,7 @@ #include #include -const char version[] = "3.65"; +const char version[] = "3.67"; int debug = 1; diff --git a/sys/arch/amd64/stand/efiboot/conf.c b/sys/arch/amd64/stand/efiboot/conf.c index 1204987c8ea..d7749f97b87 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.43 2024/04/25 18:31:49 kn Exp $ */ +/* $OpenBSD: conf.c,v 1.44 2024/06/04 21:48:20 krw Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -40,7 +40,7 @@ #include "efidev.h" #include "efipxe.h" -const char version[] = "3.66"; +const char version[] = "3.67"; #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 b6cb3946275..a42c2d6cd61 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.78 2023/07/22 10:11:20 jsg Exp $ */ +/* $OpenBSD: conf.c,v 1.79 2024/06/04 21:48:20 krw Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -42,7 +42,7 @@ #include #include "debug.h" -const char version[] = "3.65"; +const char version[] = "3.67"; int debug = 1; -- 2.20.1