git: d0e8ce556627 - releng/13.2 - 13.2: update to BETA3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 24 Feb 2023 07:51:41 UTC
The branch releng/13.2 has been updated by cperciva: URL: https://cgit.FreeBSD.org/src/commit/?id=d0e8ce556627662153fd5d207fc86d7917a95065 commit d0e8ce556627662153fd5d207fc86d7917a95065 Author: Colin Percival <cperciva@FreeBSD.org> AuthorDate: 2023-02-24 07:50:45 +0000 Commit: Colin Percival <cperciva@FreeBSD.org> CommitDate: 2023-02-24 07:50:45 +0000 13.2: update to BETA3 Approved by: re (implicit) Sponsored by: https://www.patreon.com/cperciva --- 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 92aab7aafc2e..f49a96657cdd 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -54,7 +54,7 @@ TYPE="FreeBSD" REVISION="13.2" -BRANCH="BETA2" +BRANCH="BETA3" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi