svn commit: r307051 - stable/11/sys/conf
Glen Barber
gjb at FreeBSD.org
Tue Oct 11 16:38:40 UTC 2016
Author: gjb
Date: Tue Oct 11 16:38:39 2016
New Revision: 307051
URL: https://svnweb.freebsd.org/changeset/base/307051
Log:
Switch stable/11 to -STABLE following the release.
Reminded by: Piotr Smyrak
Sponsored by: The FreeBSD Foundation
Modified:
stable/11/sys/conf/newvers.sh
Modified: stable/11/sys/conf/newvers.sh
==============================================================================
--- stable/11/sys/conf/newvers.sh Tue Oct 11 16:33:43 2016 (r307050)
+++ stable/11/sys/conf/newvers.sh Tue Oct 11 16:38:39 2016 (r307051)
@@ -32,7 +32,7 @@
TYPE="FreeBSD"
REVISION="11.0"
-BRANCH="PRERELEASE"
+BRANCH="STABLE"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi
More information about the svn-src-stable-11
mailing list