The branch releng/15.0 has been updated by cperciva: URL: https://cgit.FreeBSD.org/src/commit/?id=7bd80d8ee020ea79fd148f11f295a342b96dcc89
commit 7bd80d8ee020ea79fd148f11f295a342b96dcc89 Author: Colin Percival <[email protected]> AuthorDate: 2025-11-18 02:22:00 +0000 Commit: Colin Percival <[email protected]> CommitDate: 2025-11-18 02:22:00 +0000 15.0: Update to RC2 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 5f5224975735..d04589d00eb3 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -51,7 +51,7 @@ TYPE="FreeBSD" REVISION="15.0" -BRANCH="RC1" +BRANCH="RC2" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi
