diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2022-07-20 15:12:40 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2022-07-20 15:12:40 +0000 |
commit | 02521de831d3049e4d610fb0f501345f9f91b372 (patch) | |
tree | 47d9e71285c97d56f8823232c524b06453e65e04 /sys | |
parent | 8b309868c79fe48fb4df7c76dcdfeacad2a83428 (diff) |
move to 7.2-beta. this gets done very early, to avoid finding out
version number issues close to release
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/macppc/stand/tbxidata/bsd.tbxi | 4 | ||||
-rw-r--r-- | sys/conf/newvers.sh | 8 | ||||
-rw-r--r-- | sys/sys/param.h | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/sys/arch/macppc/stand/tbxidata/bsd.tbxi b/sys/arch/macppc/stand/tbxidata/bsd.tbxi index 09ddcb3a06a..35e050534ed 100644 --- a/sys/arch/macppc/stand/tbxidata/bsd.tbxi +++ b/sys/arch/macppc/stand/tbxidata/bsd.tbxi @@ -1,6 +1,6 @@ <CHRP-BOOT> <LICENSE> -/* $OpenBSD: bsd.tbxi,v 1.48 2022/02/20 17:11:05 deraadt Exp $ */ +/* $OpenBSD: bsd.tbxi,v 1.49 2022/07/20 15:12:39 deraadt Exp $ */ /* * Copyright (c) 2001 Dale Rahn. * All rights reserved. @@ -34,7 +34,7 @@ MacRISC MacRISC3 MacRISC4 OpenBSD/macppc bootloader </DESCRIPTION> <BOOT-SCRIPT> -boot cd:,ofwboot /7.1/macppc/bsd.rd +boot cd:,ofwboot /7.2/macppc/bsd.rd </BOOT-SCRIPT> <OS-BADGE-ICONS> 201B diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index ab97ce4c596..9cd44698ea6 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: newvers.sh,v 1.189 2022/04/05 16:25:30 deraadt Exp $ +# $OpenBSD: newvers.sh,v 1.190 2022/07/20 15:12:38 deraadt Exp $ # $NetBSD: newvers.sh,v 1.17.2.1 1995/10/12 05:17:11 jtc Exp $ # # Copyright (c) 1984, 1986, 1990, 1993 @@ -68,13 +68,13 @@ id=`basename "${d}"` # and disable POOL_DEBUG in sys/conf/GENERIC ost="OpenBSD" -osr="7.1" +osr="7.2" cat >vers.c <<eof -#define STATUS "-current" /* just after a release */ +#define STATUS "-beta" /* just before a release */ #if 0 #define STATUS "" /* release */ -#define STATUS "-beta" /* just before a release */ +#define STATUS "-current" /* just after a release */ #define STATUS "-stable" /* stable branch */ #endif diff --git a/sys/sys/param.h b/sys/sys/param.h index cf0cbae4ca4..dfe9524cdd9 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.138 2022/04/04 21:16:47 deraadt Exp $ */ +/* $OpenBSD: param.h,v 1.139 2022/07/20 15:12:39 deraadt Exp $ */ /*- * Copyright (c) 1982, 1986, 1989, 1993 @@ -41,8 +41,8 @@ #define BSD4_3 1 #define BSD4_4 1 -#define OpenBSD 202204 /* OpenBSD version (year & month). */ -#define OpenBSD7_1 1 /* OpenBSD 7.1 */ +#define OpenBSD 202210 /* OpenBSD version (year & month). */ +#define OpenBSD7_2 1 /* OpenBSD 7.2 */ #include <sys/_null.h> |