The branch releng/15.1 has been updated by cperciva: URL: https://cgit.FreeBSD.org/src/commit/?id=9263fb9bab261980c57c38d55bd4d8f2e1746992
commit 9263fb9bab261980c57c38d55bd4d8f2e1746992 Author: Colin Percival <[email protected]> AuthorDate: 2026-06-06 02:23:24 +0000 Commit: Colin Percival <[email protected]> CommitDate: 2026-06-06 02:23:24 +0000 15.1: Update to RC2 Approved by: re (implicit) Sponsored by; OpenSats Initiative --- 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 8d43d168aace..17d6f240b2ca 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -51,7 +51,7 @@ TYPE="FreeBSD" REVISION="15.1" -BRANCH="RC2" +BRANCH="RC3" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi
