The branch releng/14.0 has been updated by gjb: URL: https://cgit.FreeBSD.org/src/commit/?id=c6cfdc130554c42c02538622cc627c3d737104f7
commit c6cfdc130554c42c02538622cc627c3d737104f7 Author: Glen Barber <[email protected]> AuthorDate: 2023-10-27 00:01:56 +0000 Commit: Glen Barber <[email protected]> CommitDate: 2023-10-27 00:01:56 +0000 release: update releng/14.0 to RC3 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 b2bd54bb1ee9..26ed02969303 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -53,7 +53,7 @@ TYPE="FreeBSD" REVISION="14.0" -BRANCH="RC2" +BRANCH="RC3" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi
