git: 30b27afe3bc5 - releng/13.4 - 13.4: update to BETA2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 09 Aug 2024 00:11:51 UTC
The branch releng/13.4 has been updated by cperciva: URL: https://cgit.FreeBSD.org/src/commit/?id=30b27afe3bc5263fc45eb5cc0389684e8c58f41f commit 30b27afe3bc5263fc45eb5cc0389684e8c58f41f Author: Colin Percival <cperciva@FreeBSD.org> AuthorDate: 2024-08-09 00:11:33 +0000 Commit: Colin Percival <cperciva@FreeBSD.org> CommitDate: 2024-08-09 00:11:33 +0000 13.4: update to BETA2 Approved by: re (implicit) Sponsored by: Amazon --- 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 5a0f6c2f3498..b145530cc66a 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -53,7 +53,7 @@ TYPE="FreeBSD" REVISION="13.4" -BRANCH="BETA1" +BRANCH="BETA2" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi