git: 8759a34fe16a - releng/15.1 - 15.1: Bump version to BETA3-p1

From: Colin Percival <cperciva_at_FreeBSD.org>
Date: Wed, 20 May 2026 21:38:33 UTC
The branch releng/15.1 has been updated by cperciva:

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

commit 8759a34fe16a2271b575d04396394b92cb480655
Author:     Colin Percival <cperciva@FreeBSD.org>
AuthorDate: 2026-05-20 21:37:03 +0000
Commit:     Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2026-05-20 21:37:03 +0000

    15.1: Bump version to BETA3-p1
    
    Since we had a conveniently timed batch of security issues, I'm going
    to use this opportunity to test pkgbase update tooling.
    
    Approved by:    re (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 39986494bbf6..7dfabad1386b 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -51,7 +51,7 @@
 
 TYPE="FreeBSD"
 REVISION="15.1"
-BRANCH="BETA3"
+BRANCH="BETA3-p1"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi