move to 7.3-beta
authorderaadt <deraadt@openbsd.org>
Sat, 4 Mar 2023 14:49:36 +0000 (14:49 +0000)
committerderaadt <deraadt@openbsd.org>
Sat, 4 Mar 2023 14:49:36 +0000 (14:49 +0000)
etc/root/root.mail
share/mk/sys.mk
sys/arch/macppc/stand/tbxidata/bsd.tbxi
sys/conf/newvers.sh
sys/sys/param.h

index 5e72c62..b683660 100644 (file)
@@ -1,9 +1,9 @@
-From deraadt@do-not-reply.openbsd.org Thu Oct 20 07:02:00 MDT 2022
+From deraadt@do-not-reply.openbsd.org Thu Apr 20 07:03:00 MDT 2023
 Return-Path: root
-Date: Oct 20 07:02:00 MDT 2022
+Date: Apr 20 07:03:00 MDT 2022
 From: deraadt@do-not-reply.openbsd.org (Theo de Raadt)
 To: root
-Subject: Welcome to OpenBSD 7.2!
+Subject: Welcome to OpenBSD 7.3!
 
 This message attempts to describe the most basic initial questions that a
 system administrator of an OpenBSD box might have.  You are urged to save
index e1ced7a..3e6e392 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: sys.mk,v 1.92 2022/07/20 15:13:44 deraadt Exp $
+#      $OpenBSD: sys.mk,v 1.93 2023/03/04 14:49:37 deraadt Exp $
 #      $NetBSD: sys.mk,v 1.27 1996/04/10 05:47:19 mycroft Exp $
 #      @(#)sys.mk      5.11 (Berkeley) 3/13/91
 
@@ -10,7 +10,7 @@
 
 unix=          We run OpenBSD.
 OSMAJOR=       7
-OSMINOR=       2
+OSMINOR=       3
 OSREV=         $(OSMAJOR).$(OSMINOR)
 OSrev=         $(OSMAJOR)$(OSMINOR)
 
index 35e0505..b102730 100644 (file)
@@ -1,6 +1,6 @@
 <CHRP-BOOT>
 <LICENSE>
-/*      $OpenBSD: bsd.tbxi,v 1.49 2022/07/20 15:12:39 deraadt Exp $      */
+/*      $OpenBSD: bsd.tbxi,v 1.50 2023/03/04 14:49:37 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.2/macppc/bsd.rd
+boot cd:,ofwboot /7.3/macppc/bsd.rd
 </BOOT-SCRIPT>
 <OS-BADGE-ICONS>
 201B
index b3e2ef9..08b5107 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-#      $OpenBSD: newvers.sh,v 1.192 2022/09/27 02:39:24 deraadt Exp $
+#      $OpenBSD: newvers.sh,v 1.193 2023/03/04 14:49:37 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.2"
+osr="7.3"
 
 cat >vers.c <<eof
-#define STATUS "-current"              /* just after a release */
+#define STATUS "-beta"                 /* just before a release */
 #if 0
+#define STATUS "-current"              /* just after a release */
 #define STATUS ""                      /* release */
-#define STATUS "-beta"                 /* just before a release */
 #define STATUS "-stable"               /* stable branch */
 #endif
 
index dfe9524..f1d695b 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: param.h,v 1.139 2022/07/20 15:12:39 deraadt Exp $     */
+/*     $OpenBSD: param.h,v 1.140 2023/03/04 14:49:37 deraadt Exp $     */
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -41,8 +41,8 @@
 #define BSD4_3 1
 #define BSD4_4 1
 
-#define OpenBSD        202210          /* OpenBSD version (year & month). */
-#define OpenBSD7_2 1           /* OpenBSD 7.2 */
+#define OpenBSD        202304          /* OpenBSD version (year & month). */
+#define OpenBSD7_3 1           /* OpenBSD 7.3 */
 
 #include <sys/_null.h>