git: d59533eaf942 - releng/14.0 - release: update releng/14.0 to RC4
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 03 Nov 2023 00:00:32 UTC
The branch releng/14.0 has been updated by gjb: URL: https://cgit.FreeBSD.org/src/commit/?id=d59533eaf942ddbfc443452f5dbcd13374893146 commit d59533eaf942ddbfc443452f5dbcd13374893146 Author: Glen Barber <gjb@FreeBSD.org> AuthorDate: 2023-11-02 23:59:13 +0000 Commit: Glen Barber <gjb@FreeBSD.org> CommitDate: 2023-11-03 00:00:18 +0000 release: update releng/14.0 to RC4 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 26ed02969303..7b9891253fe7 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -53,7 +53,7 @@ TYPE="FreeBSD" REVISION="14.0" -BRANCH="RC3" +BRANCH="RC4" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi