git: 0e8065166204 - releng/14.3 - 14.3: Update to BETA2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 09 May 2025 00:03:06 UTC
The branch releng/14.3 has been updated by cperciva: URL: https://cgit.FreeBSD.org/src/commit/?id=0e8065166204c99c5a33700cc317964390831eef commit 0e8065166204c99c5a33700cc317964390831eef Author: Colin Percival <cperciva@FreeBSD.org> AuthorDate: 2025-05-09 00:00:00 +0000 Commit: Colin Percival <cperciva@FreeBSD.org> CommitDate: 2025-05-09 00:00:00 +0000 14.3: 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 f93ddac7d10c..4f6e7e82a1b2 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -53,7 +53,7 @@ TYPE="FreeBSD" REVISION="14.3" -BRANCH="BETA1" +BRANCH="BETA2" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi