git: 0386b9bd6cda - releng/13.2 - 13.2: update to RC5
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 25 Mar 2023 17:06:45 UTC
The branch releng/13.2 has been updated by cperciva: URL: https://cgit.FreeBSD.org/src/commit/?id=0386b9bd6cda8dba4defac8197c3deaeb06ff9d7 commit 0386b9bd6cda8dba4defac8197c3deaeb06ff9d7 Author: Colin Percival <cperciva@FreeBSD.org> AuthorDate: 2023-03-25 15:58:19 +0000 Commit: Colin Percival <cperciva@FreeBSD.org> CommitDate: 2023-03-25 17:06:37 +0000 13.2: update to RC5 We're doing one more (hopefully last!) RC but decided against waiting the usual 1 week between RCs. 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 53b153cb207f..6348d9174c3b 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -54,7 +54,7 @@ TYPE="FreeBSD" REVISION="13.2" -BRANCH="RC4" +BRANCH="RC5" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi