The branch releng/14.0 has been updated by gjb: URL: https://cgit.FreeBSD.org/src/commit/?id=243550d32f4231d4407cd57220d36e42153d97f0
commit 243550d32f4231d4407cd57220d36e42153d97f0 Author: Glen Barber <[email protected]> AuthorDate: 2023-10-06 00:00:16 +0000 Commit: Glen Barber <[email protected]> CommitDate: 2023-10-06 00:00:16 +0000 release: update releng/14.0 to BETA5 Approved by: re (implicit) Sponsored by: GoFundMe https://www.gofundme.com/f/gjbbsd Sponsored by: PayPal https://paypal.me/gjbbsd --- 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 58dc89079e90..41c4da97d022 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -53,7 +53,7 @@ TYPE="FreeBSD" REVISION="14.0" -BRANCH="BETA4" +BRANCH="BETA5" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi
