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

Ken Smith kensmith at FreeBSD.org
Fri Sep 23 16:37:29 UTC 2011


Author: kensmith
Date: Fri Sep 23 16:37:28 2011
New Revision: 225744
URL: http://svn.freebsd.org/changeset/base/225744

Log:
  Ready for BETA3.
  
  Approved by:	re (implicit)

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

Modified: stable/9/sys/conf/newvers.sh
==============================================================================
--- stable/9/sys/conf/newvers.sh	Fri Sep 23 15:36:52 2011	(r225743)
+++ stable/9/sys/conf/newvers.sh	Fri Sep 23 16:37:28 2011	(r225744)
@@ -32,7 +32,7 @@
 
 TYPE="FreeBSD"
 REVISION="9.0"
-BRANCH="BETA2"
+BRANCH="BETA3"
 if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-stable-other mailing list