Date: Sat, 4 Oct 2025 06:39:49 GMT From: Colin Percival <cperciva@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 1c0898edf28f - stable/15 - 15.0: Update to ALPHA5 Message-ID: <202510040639.5946dnHa012534@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/15 has been updated by cperciva: URL: https://cgit.FreeBSD.org/src/commit/?id=1c0898edf28fefe414b0a1e44e5144f5c29b03ac commit 1c0898edf28fefe414b0a1e44e5144f5c29b03ac Author: Colin Percival <cperciva@FreeBSD.org> AuthorDate: 2025-10-04 01:21:53 +0000 Commit: Colin Percival <cperciva@FreeBSD.org> CommitDate: 2025-10-04 05:23:02 +0000 15.0: Update to ALPHA5 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 dfbb24de3969..0b9080f43fdc 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -51,7 +51,7 @@ TYPE="FreeBSD" REVISION="15.0" -BRANCH="ALPHA4" +BRANCH="ALPHA5" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510040639.5946dnHa012534>