Rename stable/13 to -STABLE now that releng/13.1 has branched

Bump __FreeBSD_version

Approved by:	re (implicit)
Sponsored by:	Rubicon Communications, LLC ("Netgate")
This commit is contained in:
Glen Barber 2022-03-09 19:11:29 -05:00
parent 8824cbace3
commit 08523c8c63
2 changed files with 2 additions and 2 deletions

View file

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

View file

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