git: f0b1ca546eb4 - releng/15.0 - 15.0: Update to BETA4

From: Colin Percival <cperciva_at_FreeBSD.org>
Date: Fri, 31 Oct 2025 00:00:50 UTC
The branch releng/15.0 has been updated by cperciva:

URL: https://cgit.FreeBSD.org/src/commit/?id=f0b1ca546eb41a7599957c53d7ed9e5bcd4ca77c

commit f0b1ca546eb41a7599957c53d7ed9e5bcd4ca77c
Author:     Colin Percival <cperciva@FreeBSD.org>
AuthorDate: 2025-10-31 00:00:17 +0000
Commit:     Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2025-10-31 00:00:17 +0000

    15.0: Update to BETA4
    
    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 b3bcf647bd85..ba34266b8384 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -51,7 +51,7 @@
 
 TYPE="FreeBSD"
 REVISION="15.0"
-BRANCH="BETA3"
+BRANCH="BETA4"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi