The branch releng/14.4 has been updated by cperciva: URL: https://cgit.FreeBSD.org/src/commit/?id=0c49d9fafc333c96ab6a724cfb14789d7fb85150
commit 0c49d9fafc333c96ab6a724cfb14789d7fb85150 Author: Colin Percival <[email protected]> AuthorDate: 2026-02-20 00:00:00 +0000 Commit: Colin Percival <[email protected]> CommitDate: 2026-02-20 00:00:00 +0000 14.3: Update to BETA3 Approved by: re (implicit) Sponsored by: OpenSats Initiative --- 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 56e98241e7c8..905c41c4d0d4 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -53,7 +53,7 @@ TYPE="FreeBSD" REVISION="14.4" -BRANCH="BETA2" +BRANCH="BETA3" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi
