Skip to content

Commit

Permalink
13.4: update stable/13 to -PRERELEASE
Browse files Browse the repository at this point in the history
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
  • Loading branch information
cperciva committed Jul 20, 2024
1 parent 5324cf4 commit d15b7f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions sys/conf/newvers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion usr.bin/yacc/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit d15b7f5

Please sign in to comment.