1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

Post-13.4-branch updates

Rename stable/X to 13.4-STABLE

Bump __FreeBSD_version

Approved by:	re (implicit)
Sponsored by:	Amazon
This commit is contained in:
Colin Percival 2024-08-01 17:07:12 -07:00
parent 5eb1ab19a3
commit 77064cddb9
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@
TYPE="FreeBSD"
REVISION="13.4"
BRANCH="PRERELEASE"
BRANCH="STABLE"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi

View File

@ -59,7 +59,7 @@
* in the range 5 to 9.
*/
#undef __FreeBSD_version
#define __FreeBSD_version 1303503 /* Master, propagated to newvers */
#define __FreeBSD_version 1304500 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,