git: 13639d5f710b - stable/13 - 13.5: Update stable/13 to -PRERELEASE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 24 Jan 2025 05:22:04 UTC
The branch stable/13 has been updated by cperciva: URL: https://cgit.FreeBSD.org/src/commit/?id=13639d5f710b9a578543ac86efd03cbba546666c commit 13639d5f710b9a578543ac86efd03cbba546666c Author: Colin Percival <cperciva@FreeBSD.org> AuthorDate: 2025-01-24 05:21:00 +0000 Commit: Colin Percival <cperciva@FreeBSD.org> CommitDate: 2025-01-24 05:21:00 +0000 13.5: Update stable/13 to -PRERELEASE This marks the start of the FreeBSD 13.5 release cycle; the stable/13 tree is now in "code slush". Developers are encouraged to prioritize fixing bugs (and/or merging bug fixes from HEAD) over new features at this time. Commit approval from re@ is not required but if new features introduce problems they may be removed from the release. Approved by: re (implicit) Sponsored by: Amazon --- sys/conf/newvers.sh | 4 ++-- usr.bin/yacc/config.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index b9f8da60411e..bc2cc8de1cf9 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -52,8 +52,8 @@ # TYPE="FreeBSD" -REVISION="13.4" -BRANCH="STABLE" +REVISION="13.5" +BRANCH="PRERELEASE" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi diff --git a/usr.bin/yacc/config.h b/usr.bin/yacc/config.h index d3b415df4366..f7df2f9a9ed2 100644 --- a/usr.bin/yacc/config.h +++ b/usr.bin/yacc/config.h @@ -86,7 +86,7 @@ #define STDC_HEADERS 1 /* Define to the system name. */ -#define SYSTEM_NAME "freebsd13.4" +#define SYSTEM_NAME "freebsd13.5" /* "Define to 1 if you want to use dbmalloc for testing." */ /* #undef USE_DBMALLOC */