git: db99e6ce3ecd - releng/15.0 - 15.0: Update to BETA5
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 07 Nov 2025 05:16:53 UTC
The branch releng/15.0 has been updated by cperciva:
URL: https://cgit.FreeBSD.org/src/commit/?id=db99e6ce3ecd02866435a786a37052d3ac8931a4
commit db99e6ce3ecd02866435a786a37052d3ac8931a4
Author: Colin Percival <cperciva@FreeBSD.org>
AuthorDate: 2025-11-07 03:36:08 +0000
Commit: Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2025-11-07 05:16:10 +0000
15.0: Update to BETA5
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 ba34266b8384..15a571f63454 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -51,7 +51,7 @@
TYPE="FreeBSD"
REVISION="15.0"
-BRANCH="BETA4"
+BRANCH="BETA5"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi