Date: Sat, 19 Apr 2025 05:10:38 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: ee7a874557f4 - stable/14 - 14.3: Update stable/14 to -PRERELEASE Message-ID: <202504190510.53J5Ac4I031247@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by cperciva: URL: https://cgit.FreeBSD.org/src/commit/?id=ee7a874557f46e8a16b37e3fcaae3a9937ac7850 commit ee7a874557f46e8a16b37e3fcaae3a9937ac7850 Author: Colin Percival <cperciva@FreeBSD.org> AuthorDate: 2025-04-19 05:09:46 +0000 Commit: Colin Percival <cperciva@FreeBSD.org> CommitDate: 2025-04-19 05:09:46 +0000 14.3: Update stable/14 to -PRERELEASE This marks the start of the FreeBSD 14.3 release cycle; the stable/14 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 3ff993bdd2ab..b7feacb90152 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -52,8 +52,8 @@ # TYPE="FreeBSD" -REVISION="14.2" -BRANCH="STABLE" +REVISION="14.3" +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 04ead1f045c9..b9cc6d4df057 100644 --- a/usr.bin/yacc/config.h +++ b/usr.bin/yacc/config.h @@ -92,7 +92,7 @@ /* #undef STDC_NORETURN */ /* Define to the system name. */ -#define SYSTEM_NAME "freebsd14.2" +#define SYSTEM_NAME "freebsd14.3" /* "Define to 1 if you want to use dbmalloc for testing." */ /* #undef USE_DBMALLOC */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202504190510.53J5Ac4I031247>