git: 6a9031c5e2ba - stable/12 - Rename to STABLE and bump __FreeBSD_version

From: Glen Barber <gjb_at_FreeBSD.org>
Date: Thu, 20 Oct 2022 17:57:54 UTC
The branch stable/12 has been updated by gjb:

URL: https://cgit.FreeBSD.org/src/commit/?id=6a9031c5e2ba5435aa4ea08ee05c351d5bef035d

commit 6a9031c5e2ba5435aa4ea08ee05c351d5bef035d
Author:     Glen Barber <gjb@FreeBSD.org>
AuthorDate: 2022-10-20 17:57:27 +0000
Commit:     Glen Barber <gjb@FreeBSD.org>
CommitDate: 2022-10-20 17:57:27 +0000

    Rename to STABLE and bump __FreeBSD_version
    
    Approved by:    re (implicit)
    Sponsored by:   Rubicon Communications, LLC ("Netgate")
---
 sys/conf/newvers.sh | 2 +-
 sys/sys/param.h     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 15b11bff2fd2..853da401a5f2 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -49,7 +49,7 @@
 
 TYPE="FreeBSD"
 REVISION="12.4"
-BRANCH="PRERELEASE"
+BRANCH="STABLE"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi
diff --git a/sys/sys/param.h b/sys/sys/param.h
index cb063fa347b5..093e597d7aae 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -60,7 +60,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1203508	/* Master, propagated to newvers */
+#define __FreeBSD_version 1204500	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,