svn commit: r274371 - releng/10.1/sys/conf

Glen Barber gjb at FreeBSD.org
Tue Nov 11 05:54:51 UTC 2014


Author: gjb
Date: Tue Nov 11 05:54:50 2014
New Revision: 274371
URL: https://svnweb.freebsd.org/changeset/base/274371

Log:
  Update releng/10.1 to -RELEASE status, and prepare
  for final 10.1-RELEASE builds.
  
  Approved by:	re (implicit)
  Sponsored by:	The FreeBSD Foundation

Modified:
  releng/10.1/sys/conf/newvers.sh

Modified: releng/10.1/sys/conf/newvers.sh
==============================================================================
--- releng/10.1/sys/conf/newvers.sh	Tue Nov 11 05:49:57 2014	(r274370)
+++ releng/10.1/sys/conf/newvers.sh	Tue Nov 11 05:54:50 2014	(r274371)
@@ -32,7 +32,7 @@
 
 TYPE="FreeBSD"
 REVISION="10.1"
-BRANCH="RC4-p1"
+BRANCH="RELEASE"
 if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-all mailing list