svn commit: r196426 - stable/8/sys/conf

Ken Smith kensmith at FreeBSD.org
Fri Aug 21 17:40:25 UTC 2009


Author: kensmith
Date: Fri Aug 21 17:40:24 2009
New Revision: 196426
URL: http://svn.freebsd.org/changeset/base/196426

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

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

Modified: stable/8/sys/conf/newvers.sh
==============================================================================
--- stable/8/sys/conf/newvers.sh	Fri Aug 21 11:34:01 2009	(r196425)
+++ stable/8/sys/conf/newvers.sh	Fri Aug 21 17:40:24 2009	(r196426)
@@ -32,7 +32,7 @@
 
 TYPE="FreeBSD"
 REVISION="8.0"
-BRANCH="BETA2"
+BRANCH="BETA3"
 if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-stable mailing list