git: 2af9390e54ed - stable/14 - release: update stable/14 to ALPHA3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 24 Aug 2023 23:59:36 UTC
The branch stable/14 has been updated by gjb: URL: https://cgit.FreeBSD.org/src/commit/?id=2af9390e54edfe1da9dc909a1a03088df5896eba commit 2af9390e54edfe1da9dc909a1a03088df5896eba Author: Glen Barber <gjb@FreeBSD.org> AuthorDate: 2023-08-24 23:59:16 +0000 Commit: Glen Barber <gjb@FreeBSD.org> CommitDate: 2023-08-24 23:59:16 +0000 release: update stable/14 to ALPHA3 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 fcdfadcad175..401ff0e50edb 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -53,7 +53,7 @@ TYPE="FreeBSD" REVISION="14.0" -BRANCH="ALPHA2" +BRANCH="ALPHA3" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi