git: d9bf9d73203f - releng/13.2 - 13.2: update to RC3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 17 Mar 2023 03:28:48 UTC
The branch releng/13.2 has been updated by cperciva: URL: https://cgit.FreeBSD.org/src/commit/?id=d9bf9d73203ff8a246f91f13ad298837093f1945 commit d9bf9d73203ff8a246f91f13ad298837093f1945 Author: Colin Percival <cperciva@FreeBSD.org> AuthorDate: 2023-03-17 03:28:20 +0000 Commit: Colin Percival <cperciva@FreeBSD.org> CommitDate: 2023-03-17 03:28:43 +0000 13.2: update to RC3 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 34a957021c62..69dd746101f2 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -54,7 +54,7 @@ TYPE="FreeBSD" REVISION="13.2" -BRANCH="RC2" +BRANCH="RC3" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi