git: 3e51c9e331aa - stable/13 - 13.3: update stable/13 to -PRERELEASE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 19 Jan 2024 00:00:48 UTC
The branch stable/13 has been updated by cperciva: URL: https://cgit.FreeBSD.org/src/commit/?id=3e51c9e331aa41eafbdc6a62c23a1d941b4b0bbb commit 3e51c9e331aa41eafbdc6a62c23a1d941b4b0bbb Author: Colin Percival <cperciva@FreeBSD.org> AuthorDate: 2024-01-18 18:30:03 +0000 Commit: Colin Percival <cperciva@FreeBSD.org> CommitDate: 2024-01-19 00:00:38 +0000 13.3: update stable/13 to -PRERELEASE This marks the start of the FreeBSD 13.3 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) --- 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 92b046be7203..9b2511c4ab16 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -52,8 +52,8 @@ # TYPE="FreeBSD" -REVISION="13.2" -BRANCH="STABLE" +REVISION="13.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 cf7e27051509..a5e41906082b 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.2" +#define SYSTEM_NAME "freebsd13.3" /* "Define to 1 if you want to use dbmalloc for testing." */ /* #undef USE_DBMALLOC */