git: 80d2b634ddf0 - releng/13.3 - Update in preparation for 13.3-RELEASE

From: Colin Percival <cperciva_at_FreeBSD.org>
Date: Fri, 01 Mar 2024 19:05:02 UTC
The branch releng/13.3 has been updated by cperciva:

URL: https://cgit.FreeBSD.org/src/commit/?id=80d2b634ddf0b459910b54a04bc09f5cbc7185a7

commit 80d2b634ddf0b459910b54a04bc09f5cbc7185a7
Author:     Colin Percival <cperciva@FreeBSD.org>
AuthorDate: 2024-03-01 19:00:16 +0000
Commit:     Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2024-03-01 19:00:16 +0000

    Update in preparation for 13.3-RELEASE
    
    - Bump BRANCH to RELEASE
    - Add the anticipated RELEASE announcement date
    - Set a static __FreeBSD_version
    
    Approved by:    re (implicit)
    Sponsored by:   https://www.patreon.com/cperciva
---
 UPDATING                  | 3 +++
 lib/csu/common/crtbrand.S | 2 +-
 sys/conf/newvers.sh       | 2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/UPDATING b/UPDATING
index 931c58a42ada..dd89cda0dec5 100644
--- a/UPDATING
+++ b/UPDATING
@@ -12,6 +12,9 @@ Items affecting the ports and packages system can be found in
 /usr/ports/UPDATING.  Please read that file before updating system packages
 and/or ports.
 
+20240305:
+	13.3-RELEASE.
+
 20240218:
 	Change 9b998db87c28 changed 'struct ieee80211vap' internals in net80211.
 	Given we do not have enough spares and the struct is allocated by
diff --git a/lib/csu/common/crtbrand.S b/lib/csu/common/crtbrand.S
index 0ed86bfba2b2..61a1517125fe 100644
--- a/lib/csu/common/crtbrand.S
+++ b/lib/csu/common/crtbrand.S
@@ -43,7 +43,7 @@
 	.4byte		NT_FREEBSD_ABI_TAG
 1:	.asciz		NOTE_FREEBSD_VENDOR
 2:	.p2align	2
-3:	.4byte		__FreeBSD_version
+3:	.4byte		1303001
 4:
 
 	.section .note.GNU-stack,"",%progbits
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 8bc10ea021bf..2ef43d273cd0 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -53,7 +53,7 @@
 
 TYPE="FreeBSD"
 REVISION="13.3"
-BRANCH="RC1"
+BRANCH="RELEASE"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi