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

Glen Barber gjb at FreeBSD.org
Fri Oct 3 00:13:11 UTC 2014


Author: gjb
Date: Fri Oct  3 00:13:10 2014
New Revision: 272459
URL: https://svnweb.freebsd.org/changeset/base/272459

Log:
  Update stable/10 to -RC1 in preparation of branching releng/10.1
  
  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	Thu Oct  2 23:26:49 2014	(r272458)
+++ stable/10/sys/conf/newvers.sh	Fri Oct  3 00:13:10 2014	(r272459)
@@ -32,7 +32,7 @@
 
 TYPE="FreeBSD"
 REVISION="10.1"
-BRANCH="BETA3"
+BRANCH="RC1"
 if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-stable-10 mailing list