aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Percival <cperciva@FreeBSD.org>2023-04-07 00:03:18 +0000
committerColin Percival <cperciva@FreeBSD.org>2023-04-07 00:03:18 +0000
commit525ecfdad597980ea4cd59238e24c8530dbcd31d (patch)
treeab21f299486d273c587e1aa0646254ca0d6648be
parenta92e3fa2ade5788e9c3d9e0ebac6c57b310ad66d (diff)
downloadsrc-525ecfdad597980ea4cd59238e24c8530dbcd31d.tar.gz
src-525ecfdad597980ea4cd59238e24c8530dbcd31d.zip
Update in preparation for 13.2-RELEASErelease/13.2.0
- 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
-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 a96d4b38e240..a3063ae3c4d2 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.
+20230411:
+ 13.2-RELEASE.
+
20220701:
LinuxKPI pm.h changes require an update to the latest drm-kmod version
before re-compiling to avoid errors.
diff --git a/lib/csu/common/crtbrand.S b/lib/csu/common/crtbrand.S
index bf223d84bc12..336ff1853f16 100644
--- a/lib/csu/common/crtbrand.S
+++ b/lib/csu/common/crtbrand.S
@@ -45,5 +45,5 @@ __FBSDID("$FreeBSD$");
.4byte NT_FREEBSD_ABI_TAG
1: .asciz NOTE_FREEBSD_VENDOR
2: .p2align 2
-3: .4byte __FreeBSD_version
+3: .4byte 1302001
4:
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 9e3e370060e0..52d4ea1070df 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -54,7 +54,7 @@
TYPE="FreeBSD"
REVISION="13.2"
-BRANCH="RC6"
+BRANCH="RELEASE"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi