- Reset stable/10 back to -PRERELEASE status now that releng/10.3

has been branched.
- Update __FreeBSD_version to reflect the new -STABLE branch.

Approved by:	re (implicit)
This commit is contained in:
marius 2016-03-04 01:29:09 +00:00
parent 86f5b30ace
commit 74ee552c5d
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@
TYPE="FreeBSD"
REVISION="10.3"
BRANCH="BETA3"
BRANCH="PRERELEASE"
if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi

View File

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