The branch stable/13 has been updated by gjb: URL: https://cgit.FreeBSD.org/src/commit/?id=40cb0344eb27e0bb9a112ff50812a7e77816d6be
commit 40cb0344eb27e0bb9a112ff50812a7e77816d6be Author: Glen Barber <[email protected]> AuthorDate: 2021-01-28 23:59:57 +0000 Commit: Glen Barber <[email protected]> CommitDate: 2021-01-28 23:59:57 +0000 release: set stable/13 to ALPHA3 as part of the 13.0 cycle Approved by: re (implicit) Sponsored by: Rubicon Communications, LLC ("Netgate") --- 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 8739cf6fc498..a40392d91b9b 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -54,7 +54,7 @@ TYPE="FreeBSD" REVISION="13.0" -BRANCH="ALPHA2" +BRANCH="ALPHA3" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
