svn commit: r335514 - stable/11/sys/conf

Glen Barber gjb at FreeBSD.org
Thu Jun 21 23:29:18 UTC 2018


Author: gjb
Date: Thu Jun 21 23:29:17 2018
New Revision: 335514
URL: https://svnweb.freebsd.org/changeset/base/335514

Log:
  Set stable/11 from -PRERELEASE back to -STABLE.
  
  Approved by:	re (implicit)
  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	Thu Jun 21 23:13:34 2018	(r335513)
+++ stable/11/sys/conf/newvers.sh	Thu Jun 21 23:29:17 2018	(r335514)
@@ -44,7 +44,7 @@
 
 TYPE="FreeBSD"
 REVISION="11.2"
-BRANCH="PRERELEASE"
+BRANCH="STABLE"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-all mailing list