git: 5a905d8219bb - releng/13.2 - 13.2: update to RC2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 10 Mar 2023 00:24:52 UTC
The branch releng/13.2 has been updated by cperciva: URL: https://cgit.FreeBSD.org/src/commit/?id=5a905d8219bb3cfdd0488af9da8c1299fa0e5b27 commit 5a905d8219bb3cfdd0488af9da8c1299fa0e5b27 Author: Colin Percival <cperciva@FreeBSD.org> AuthorDate: 2023-03-10 00:24:24 +0000 Commit: Colin Percival <cperciva@FreeBSD.org> CommitDate: 2023-03-10 00:24:24 +0000 13.2: update to RC2 Approved by: re (implicit) Sponsored by: https://www.patreon.com/cperciva --- 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 fee68579a00b..34a957021c62 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -54,7 +54,7 @@ TYPE="FreeBSD" REVISION="13.2" -BRANCH="RC1" +BRANCH="RC2" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi