git: d15b7f50c73e - stable/13 - 13.4: update stable/13 to -PRERELEASE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 20 Jul 2024 00:32:25 UTC
The branch stable/13 has been updated by cperciva:
URL: https://cgit.FreeBSD.org/src/commit/?id=d15b7f50c73e16c8f0706ca163c53da9af86ffe3
commit d15b7f50c73e16c8f0706ca163c53da9af86ffe3
Author: Colin Percival <cperciva@FreeBSD.org>
AuthorDate: 2024-07-20 00:31:41 +0000
Commit: Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2024-07-20 00:31:41 +0000
13.4: update stable/13 to -PRERELEASE
This marks the start of the FreeBSD 13.4 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 bdda58fae469..cb4422125aea 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -52,8 +52,8 @@
#
TYPE="FreeBSD"
-REVISION="13.3"
-BRANCH="STABLE"
+REVISION="13.4"
+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 a5e41906082b..d3b415df4366 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.3"
+#define SYSTEM_NAME "freebsd13.4"
/* "Define to 1 if you want to use dbmalloc for testing." */
/* #undef USE_DBMALLOC */