The branch releng/13.0 has been updated by gjb: URL: https://cgit.FreeBSD.org/src/commit/?id=8f731a397ad4dc7b17622c0e69ac045f4a7b9d5b
commit 8f731a397ad4dc7b17622c0e69ac045f4a7b9d5b Author: Glen Barber <[email protected]> AuthorDate: 2021-03-18 23:55:48 +0000 Commit: Glen Barber <[email protected]> CommitDate: 2021-03-19 00:03:14 +0000 13.0 release: update to RC3 Sponsored by: Rubicon Communications, LLC ("Netgate") Approved by: re (implicit) --- 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 30178e155226..6e57164483fe 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -54,7 +54,7 @@ TYPE="FreeBSD" REVISION="13.0" -BRANCH="RC2" +BRANCH="RC3" 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]"
