svn commit: r267653 - stable/9/sys/conf

Glen Barber gjb at FreeBSD.org
Fri Jun 20 00:01:36 UTC 2014


Author: gjb
Date: Fri Jun 20 00:01:36 2014
New Revision: 267653
URL: http://svnweb.freebsd.org/changeset/base/267653

Log:
  Update stable/9 to -RC1 in preparation of branching releng/9.3
  
  Approved by:	re (implicit)
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/9/sys/conf/newvers.sh

Modified: stable/9/sys/conf/newvers.sh
==============================================================================
--- stable/9/sys/conf/newvers.sh	Thu Jun 19 23:53:50 2014	(r267652)
+++ stable/9/sys/conf/newvers.sh	Fri Jun 20 00:01:36 2014	(r267653)
@@ -32,7 +32,7 @@
 
 TYPE="FreeBSD"
 REVISION="9.3"
-BRANCH="BETA3"
+BRANCH="RC1"
 if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-all mailing list