git: a92e3fa2ade5 - releng/13.2 - 13.2: update to RC6
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 31 Mar 2023 00:47:37 UTC
The branch releng/13.2 has been updated by cperciva: URL: https://cgit.FreeBSD.org/src/commit/?id=a92e3fa2ade5788e9c3d9e0ebac6c57b310ad66d commit a92e3fa2ade5788e9c3d9e0ebac6c57b310ad66d Author: Colin Percival <cperciva@FreeBSD.org> AuthorDate: 2023-03-31 00:47:18 +0000 Commit: Colin Percival <cperciva@FreeBSD.org> CommitDate: 2023-03-31 00:47:18 +0000 13.2: update to RC6 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 6348d9174c3b..9e3e370060e0 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -54,7 +54,7 @@ TYPE="FreeBSD" REVISION="13.2" -BRANCH="RC5" +BRANCH="RC6" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi