git: 91e2d7b9b273 - releng/15.0 - 15.0: Update to RC4
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 24 Nov 2025 17:42:51 UTC
The branch releng/15.0 has been updated by cperciva:
URL: https://cgit.FreeBSD.org/src/commit/?id=91e2d7b9b2732001909b551980bb9dfdcf80805e
commit 91e2d7b9b2732001909b551980bb9dfdcf80805e
Author: Colin Percival <cperciva@FreeBSD.org>
AuthorDate: 2025-11-24 17:42:12 +0000
Commit: Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2025-11-24 17:42:12 +0000
15.0: Update to RC4
This will hopefully be the final RC build before the release.
Approved by: re (implicit)
---
sys/conf/newvers.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index e5095a8b04bc..53749b31fb6e 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -51,7 +51,7 @@
TYPE="FreeBSD"
REVISION="15.0"
-BRANCH="RC3"
+BRANCH="RC4"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi