diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2024-06-04 21:48:21 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2024-06-04 21:48:21 +0000 |
commit | 2378b0ea122eab9d0290d796e42c3a6d3d814b5d (patch) | |
tree | d09df6928dd95a1f6e0c151b21a1de3a44da85f1 /sys/arch/i386 | |
parent | 7bce35db7419e9fac4915da8ac5e800285bd14f5 (diff) |
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@
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/stand/boot/conf.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 <dev/cons.h> #include "debug.h" -const char version[] = "3.65"; +const char version[] = "3.67"; int debug = 1; |