svn commit: r286771 - stable/10/sys/conf

Glen Barber gjb at FreeBSD.org
Fri Aug 14 12:08:21 UTC 2015


Author: gjb
Date: Fri Aug 14 12:08:20 2015
New Revision: 286771
URL: https://svnweb.freebsd.org/changeset/base/286771

Log:
  Call stable/10 STABLE again, now that 10.2-RELEASE is out.
  
  Approved by:	re (implicit)
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/10/sys/conf/newvers.sh

Modified: stable/10/sys/conf/newvers.sh
==============================================================================
--- stable/10/sys/conf/newvers.sh	Fri Aug 14 11:47:53 2015	(r286770)
+++ stable/10/sys/conf/newvers.sh	Fri Aug 14 12:08:20 2015	(r286771)
@@ -32,7 +32,7 @@
 
 TYPE="FreeBSD"
 REVISION="10.2"
-BRANCH="PRERELEASE"
+BRANCH="STABLE"
 if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-all mailing list