Bump versions of boot media now capable of un-hibernating from non-DEV_BSIZE
authorkrw <krw@openbsd.org>
Tue, 4 Jun 2024 21:48:20 +0000 (21:48 +0000)
committerkrw <krw@openbsd.org>
Tue, 4 Jun 2024 21:48:20 +0000 (21:48 +0000)
sectored media.

Bump to common version (3.67) to indicate new MI capability.

Reminded by deraadt@

sys/arch/amd64/stand/boot/conf.c
sys/arch/amd64/stand/efiboot/conf.c
sys/arch/i386/stand/boot/conf.c

index 9e8a4a7..9709ea0 100644 (file)
@@ -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 <biosdev.h>
 #include <dev/cons.h>
 
-const char version[] = "3.65";
+const char version[] = "3.67";
 int    debug = 1;
 
 
index 1204987..d7749f9 100644 (file)
@@ -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;
index b6cb394..a42c2d6 100644 (file)
@@ -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 <dev/cons.h>
 #include "debug.h"
 
-const char version[] = "3.65";
+const char version[] = "3.67";
 int    debug = 1;