git: 8bca5d0c0df0 - releng/14.5 - 14.5: Update to BETA2
Colin Percival <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.src |
|---|---|
| Message-ID | <6a7e5a84.1f22f.7e58051f__25315.6204171077$1786665628$gmane$org@gitrepo.freebsd.org> |
The branch releng/14.5 has been updated by cperciva: URL: https://cgit.FreeBSD.org/src/commit/?id=8bca5d0c0df057199429a7e59c198551acd6115c commit 8bca5d0c0df057199429a7e59c198551acd6115c Author: Colin Percival <[email protected]> AuthorDate: 2026-08-14 00:00:00 +0000 Commit: Colin Percival <[email protected]> CommitDate: 2026-08-14 00:00:00 +0000 14.5: Update to BETA2 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 39d95a250aa1..049579e92d57 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -53,7 +53,7 @@ TYPE="FreeBSD" REVISION="14.5" -BRANCH="BETA1" +BRANCH="BETA2" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi