svn commit: r239144 - releng/9.1/sys/conf

Ken Smith kensmith at FreeBSD.org
Wed Aug 8 18:39:30 UTC 2012


Author: kensmith
Date: Wed Aug  8 18:39:29 2012
New Revision: 239144
URL: http://svn.freebsd.org/changeset/base/239144

Log:
  Prep for 9.1-RC1 builds.
  
  Approved by:	re (implicit)

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

Modified: releng/9.1/sys/conf/newvers.sh
==============================================================================
--- releng/9.1/sys/conf/newvers.sh	Wed Aug  8 18:24:33 2012	(r239143)
+++ releng/9.1/sys/conf/newvers.sh	Wed Aug  8 18:39:29 2012	(r239144)
@@ -32,7 +32,7 @@
 
 TYPE="FreeBSD"
 REVISION="9.1"
-BRANCH="PRERELEASE"
+BRANCH="RC1"
 if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-all mailing list