diff options
author | gjb <gjb@FreeBSD.org> | 2016-08-11 23:43:46 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2016-08-11 23:43:46 +0000 |
commit | 1a4dfc426e3b69654cd12d3012cc62c1fc73de71 (patch) | |
tree | 2b6d36e2bfc49b5b7d3b92d1896081ca9b6f6694 /sys/conf | |
parent | 07c8f0654ee0b98f45b11e7fec38bc6f4e0b4ec6 (diff) | |
download | FreeBSD-src-1a4dfc426e3b69654cd12d3012cc62c1fc73de71.zip FreeBSD-src-1a4dfc426e3b69654cd12d3012cc62c1fc73de71.tar.gz |
Update stable/11 to 11.0-PRERELEASE.
Reset __FreeBSD_version for 11.0-STABLE.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/newvers.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index d85046c..6a78844 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -32,7 +32,7 @@ TYPE="FreeBSD" REVISION="11.0" -BRANCH="BETA4" +BRANCH="PRERELEASE" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi |