git: 54dd9fd8a525 - stable/15 - 15.0: Update to ALPHA4
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 26 Sep 2025 00:02:52 UTC
The branch stable/15 has been updated by cperciva: URL: https://cgit.FreeBSD.org/src/commit/?id=54dd9fd8a5255b04af7b01cad3892668c837b97a commit 54dd9fd8a5255b04af7b01cad3892668c837b97a Author: Colin Percival <cperciva@FreeBSD.org> AuthorDate: 2025-09-26 00:02:30 +0000 Commit: Colin Percival <cperciva@FreeBSD.org> CommitDate: 2025-09-26 00:02:30 +0000 15.0: Update to ALPHA4 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 133ada1f0388..dfbb24de3969 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -51,7 +51,7 @@ TYPE="FreeBSD" REVISION="15.0" -BRANCH="ALPHA3" +BRANCH="ALPHA4" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi