The branch releng/15.0 has been updated by cperciva: URL: https://cgit.FreeBSD.org/src/commit/?id=3edefa72bc4e3f85681aeccaf73981ab38530a53
commit 3edefa72bc4e3f85681aeccaf73981ab38530a53 Author: Colin Percival <[email protected]> AuthorDate: 2025-10-17 18:16:15 +0000 Commit: Colin Percival <[email protected]> CommitDate: 2025-10-17 18:16:15 +0000 15.0: Update to BETA2 Approved by: re (implicit) Sponsored by: https://www.patreon.com/cperciva --- 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 d933d23c1639..746b799a908d 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -51,7 +51,7 @@ TYPE="FreeBSD" REVISION="15.0" -BRANCH="BETA1" +BRANCH="BETA2" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi
