git: 03c50e65734c - releng/14.5 - 15.1: Update to BETA3
Colin Percival <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.src |
|---|---|
| Message-ID | <6a87957d.20cf3.613ff274__39271.5596406319$1787270595$gmane$org@gitrepo.freebsd.org> |
The branch releng/14.5 has been updated by cperciva: URL: https://cgit.FreeBSD.org/src/commit/?id=03c50e65734c584e8e139df4e28be53b6db8b9d4 commit 03c50e65734c584e8e139df4e28be53b6db8b9d4 Author: Colin Percival <[email protected]> AuthorDate: 2026-08-21 00:01:48 +0000 Commit: Colin Percival <[email protected]> CommitDate: 2026-08-21 00:01:48 +0000 15.1: 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 049579e92d57..a0f6169e212f 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -53,7 +53,7 @@ TYPE="FreeBSD" REVISION="14.5" -BRANCH="BETA2" +BRANCH="BETA3" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi