aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Percival <cperciva@FreeBSD.org>2024-09-13 00:00:00 +0000
committerColin Percival <cperciva@FreeBSD.org>2024-09-13 00:00:00 +0000
commit58066db597befb899b2fe59031b2a32fb9183f0f (patch)
treee7ce7b4161bbf5e7bd661f42cbf60c0046771ca9
parent5096328dd7cbe79628098f10ab92eb4ab70d5fce (diff)
Update in preparation for 13.4-RELEASErelease/13.4.0
- Bump BRANCH to RELEASE - Record the anticipated announcement date in UPDATING - Set a static __FreeBSD_version in crtbrand.S Approved by: re (implicit) Sponsored by: Amazon
-rw-r--r--UPDATING3
-rw-r--r--lib/csu/common/crtbrand.S2
-rw-r--r--sys/conf/newvers.sh2
3 files changed, 5 insertions, 2 deletions
diff --git a/UPDATING b/UPDATING
index f1c2c0d8617e..3080a1e5b420 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.
+20240917:
+ 13.4-RELEASE.
+
20240904:
13.4-RC2-p1 SA-24:09.libnv
SA-24:11.ctl
diff --git a/lib/csu/common/crtbrand.S b/lib/csu/common/crtbrand.S
index 0ed86bfba2b2..7935e6b3dddb 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 1304000
4:
.section .note.GNU-stack,"",%progbits
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 862c89a779f1..dd9ff3795158 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -53,7 +53,7 @@
TYPE="FreeBSD"
REVISION="13.4"
-BRANCH="RC3"
+BRANCH="RELEASE"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi