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

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


Author: gjb
Date: Fri Jul 10 00:01:33 2015
New Revision: 285346
URL: https://svnweb.freebsd.org/changeset/base/285346

Log:
  Update stable/10 to BETA1 in preparation for 10.2-BETA1 builds.
  
  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 Jul  9 23:40:29 2015	(r285345)
+++ stable/10/sys/conf/newvers.sh	Fri Jul 10 00:01:33 2015	(r285346)
@@ -32,7 +32,7 @@
 
 TYPE="FreeBSD"
 REVISION="10.2"
-BRANCH="PRERELEASE"
+BRANCH="BETA1"
 if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-stable mailing list