svn commit: r286098 - releng/10.2/sys/conf

Glen Barber gjb at FreeBSD.org
Fri Jul 31 00:01:00 UTC 2015


Author: gjb
Date: Fri Jul 31 00:00:59 2015
New Revision: 286098
URL: https://svnweb.freebsd.org/changeset/base/286098

Log:
  Update releng/10.2 to RC2 in preparation for the next set of builds.
  
  Approved by:	re (implicit)
  Sponsored by:	The FreeBSD Foundation

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

Modified: releng/10.2/sys/conf/newvers.sh
==============================================================================
--- releng/10.2/sys/conf/newvers.sh	Thu Jul 30 23:58:55 2015	(r286097)
+++ releng/10.2/sys/conf/newvers.sh	Fri Jul 31 00:00:59 2015	(r286098)
@@ -32,7 +32,7 @@
 
 TYPE="FreeBSD"
 REVISION="10.2"
-BRANCH="RC1"
+BRANCH="RC2"
 if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-releng mailing list