git: 77013f29d048 - main - release: update main to ALPHA2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 18 Aug 2023 00:08:41 UTC
The branch main has been updated by gjb: URL: https://cgit.FreeBSD.org/src/commit/?id=77013f29d04806b72668615e701978b19cb96097 commit 77013f29d04806b72668615e701978b19cb96097 Author: Glen Barber <gjb@FreeBSD.org> AuthorDate: 2023-08-18 00:08:32 +0000 Commit: Glen Barber <gjb@FreeBSD.org> CommitDate: 2023-08-18 00:08:32 +0000 release: update main to ALPHA2 Due to an issue being investigated, the branch of stable/14 will be delayed a week. This should not impact the rest of the schedule for this cycle. 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 43ccf383678b..fcdfadcad175 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -53,7 +53,7 @@ TYPE="FreeBSD" REVISION="14.0" -BRANCH="ALPHA1" +BRANCH="ALPHA2" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi