git: e4c0ecba44b2 - main - 15.0: Update main to -PRERELEASE

From: Colin Percival <cperciva_at_FreeBSD.org>
Date: Fri, 08 Aug 2025 00:06:00 UTC
The branch main has been updated by cperciva:

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

commit e4c0ecba44b20ebb2e4d80978c2cb6d16b730cb9
Author:     Colin Percival <cperciva@FreeBSD.org>
AuthorDate: 2025-08-08 00:04:34 +0000
Commit:     Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2025-08-08 00:04:34 +0000

    15.0: Update main to -PRERELEASE
    
    This marks the start of the FreeBSD 15.0 release cycle; the tree is now
    in "code slush".
    
    Developers are encouraged to prioritize fixing bugs over adding new
    featuresa t this time.  Commit approval from re@ is not required but
    if new features introduce problems they may be removed from the
    upcoming release.
    
    Approved by:    re (implicit)
---
 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 9a196da5466f..66926805052c 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -51,7 +51,7 @@
 
 TYPE="FreeBSD"
 REVISION="15.0"
-BRANCH="CURRENT"
+BRANCH="PRERELEASE"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi