svn commit: r225237 - head/sys/conf

Ken Smith kensmith at FreeBSD.org
Sun Aug 28 19:38:05 UTC 2011


Author: kensmith
Date: Sun Aug 28 19:38:04 2011
New Revision: 225237
URL: http://svn.freebsd.org/changeset/base/225237

Log:
  Ready for 9.0-BETA2.
  
  Approved by:	re (implicit)

Modified:
  head/sys/conf/newvers.sh

Modified: head/sys/conf/newvers.sh
==============================================================================
--- head/sys/conf/newvers.sh	Sun Aug 28 19:02:45 2011	(r225236)
+++ head/sys/conf/newvers.sh	Sun Aug 28 19:38:04 2011	(r225237)
@@ -32,7 +32,7 @@
 
 TYPE="FreeBSD"
 REVISION="9.0"
-BRANCH="BETA1"
+BRANCH="BETA2"
 if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-all mailing list