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

Glen Barber gjb at FreeBSD.org
Fri Nov 14 23:52:07 UTC 2014


Author: gjb
Date: Fri Nov 14 23:52:06 2014
New Revision: 274534
URL: https://svnweb.freebsd.org/changeset/base/274534

Log:
  Switch stable/10 back to -STABLE now that 10.1-RELEASE
  is out.
  
  Reminded by:	rpaulo
  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 Nov 14 22:29:33 2014	(r274533)
+++ stable/10/sys/conf/newvers.sh	Fri Nov 14 23:52:06 2014	(r274534)
@@ -32,7 +32,7 @@
 
 TYPE="FreeBSD"
 REVISION="10.1"
-BRANCH="PRERELEASE"
+BRANCH="STABLE"
 if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-all mailing list