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