Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Feb 2025 00:00:03 GMT
From:      Colin Percival <cperciva@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 645ddc804835 - stable/13 - Post-13.5-branch updates
Message-ID:  <202502070000.517003CI041860@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by cperciva:

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

commit 645ddc8048354b591d18330a512ad12da8d7190e
Author:     Colin Percival <cperciva@FreeBSD.org>
AuthorDate: 2025-02-07 00:00:00 +0000
Commit:     Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2025-02-07 00:00:00 +0000

    Post-13.5-branch updates
    
    Rename stable/13 to -STABLE
    
    Bump __FreeBSD_version
    
    Approved by:    re (implicit)
    Sponsored by:   Amazon
---
 sys/conf/newvers.sh | 2 +-
 sys/sys/param.h     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index bc2cc8de1cf9..df802c896d74 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -53,7 +53,7 @@
 
 TYPE="FreeBSD"
 REVISION="13.5"
-BRANCH="PRERELEASE"
+BRANCH="STABLE"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi
diff --git a/sys/sys/param.h b/sys/sys/param.h
index c209db90ba1e..817c0c2dc715 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -59,7 +59,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1304501	/* Master, propagated to newvers */
+#define __FreeBSD_version 1305500	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502070000.517003CI041860>