svn commit: r224413 - head/sys/conf

Ken Smith kensmith at FreeBSD.org
Tue Jul 26 04:00:01 UTC 2011


Author: kensmith
Date: Tue Jul 26 04:00:00 2011
New Revision: 224413
URL: http://svn.freebsd.org/changeset/base/224413

Log:
  Looks like we're ready for 9.0-BETA1 builds.
  
  Approved by:	re (implicit)

Modified:
  head/sys/conf/newvers.sh

Modified: head/sys/conf/newvers.sh
==============================================================================
--- head/sys/conf/newvers.sh	Tue Jul 26 01:06:44 2011	(r224412)
+++ head/sys/conf/newvers.sh	Tue Jul 26 04:00:00 2011	(r224413)
@@ -32,7 +32,7 @@
 
 TYPE="FreeBSD"
 REVISION="9.0"
-BRANCH="CURRENT"
+BRANCH="BETA1"
 if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-all mailing list