svn commit: r195712 - head/sys/conf

Ken Smith kensmith at FreeBSD.org
Wed Jul 15 17:29:06 UTC 2009


Author: kensmith
Date: Wed Jul 15 17:29:05 2009
New Revision: 195712
URL: http://svn.freebsd.org/changeset/base/195712

Log:
  Prepare for the 8.0-BETA2 builds.
  
  Approved by:	re (implicit)

Modified:
  head/sys/conf/newvers.sh

Modified: head/sys/conf/newvers.sh
==============================================================================
--- head/sys/conf/newvers.sh	Wed Jul 15 17:24:03 2009	(r195711)
+++ head/sys/conf/newvers.sh	Wed Jul 15 17:29:05 2009	(r195712)
@@ -32,7 +32,7 @@
 
 TYPE="FreeBSD"
 REVISION="8.0"
-BRANCH="BETA1"
+BRANCH="BETA2"
 if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-head mailing list