git: cd651fcc491c - releng/13.1 - Update to RC6
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 05 May 2022 00:07:08 UTC
The branch releng/13.1 has been updated by gjb: URL: https://cgit.FreeBSD.org/src/commit/?id=cd651fcc491c509e2f7d516c56410d3fdfb2be58 commit cd651fcc491c509e2f7d516c56410d3fdfb2be58 Author: Glen Barber <gjb@FreeBSD.org> AuthorDate: 2022-05-05 00:06:39 +0000 Commit: Glen Barber <gjb@FreeBSD.org> CommitDate: 2022-05-05 00:06:39 +0000 Update to RC6 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 312a01a4941b..e2f2bcdd6e55 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -54,7 +54,7 @@ TYPE="FreeBSD" REVISION="13.1" -BRANCH="RC5" +BRANCH="RC6" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi