summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Percival <cperciva@FreeBSD.org>2026-06-12 00:00:00 +0000
committerColin Percival <cperciva@FreeBSD.org>2026-06-12 00:37:58 +0000
commit96841ea08dcfa84b954a32dc5ae1a26c28966cf4 (patch)
treef0ef863a504fffb53d04a38db43cb2a461856712
parent328e16f6620420dd130da41b806e1419f5c2c679 (diff)
-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 71c3944fafa7..89bf196e7001 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.
+20260616:
+ 15.1-RELEASE.
+
20260609:
15.1-RC3-p1 EN-26:15.openssl
SA-26:25.thr
diff --git a/lib/csu/common/crtbrand.S b/lib/csu/common/crtbrand.S
index a06f72daa99d..ae7a3369c259 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 1501000
4:
.section .note.GNU-stack,"",%progbits
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 249ff1519aff..03a779e2eca3 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -51,7 +51,7 @@
TYPE="FreeBSD"
REVISION="15.1"
-BRANCH="RC3-p1"
+BRANCH="RELEASE"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi