git: 4579378a950f - releng/15.0 - 15.0: Update to RC3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 21 Nov 2025 00:00:03 UTC
The branch releng/15.0 has been updated by cperciva:
URL: https://cgit.FreeBSD.org/src/commit/?id=4579378a950faa193f2607af55a2b5538e773cb4
commit 4579378a950faa193f2607af55a2b5538e773cb4
Author: Colin Percival <cperciva@FreeBSD.org>
AuthorDate: 2025-11-21 00:00:00 +0000
Commit: Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2025-11-21 00:00:00 +0000
15.0: Update to RC3
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 d04589d00eb3..e5095a8b04bc 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -51,7 +51,7 @@
TYPE="FreeBSD"
REVISION="15.0"
-BRANCH="RC2"
+BRANCH="RC3"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi