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

Ken Smith kensmith at FreeBSD.org
Sat Sep 5 00:50:08 UTC 2009


Author: kensmith
Date: Sat Sep  5 00:50:08 2009
New Revision: 196848
URL: http://svn.freebsd.org/changeset/base/196848

Log:
  Ready for BETA4.
  
  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 Sep  4 23:14:18 2009	(r196847)
+++ stable/8/sys/conf/newvers.sh	Sat Sep  5 00:50:08 2009	(r196848)
@@ -32,7 +32,7 @@
 
 TYPE="FreeBSD"
 REVISION="8.0"
-BRANCH="BETA3"
+BRANCH="BETA4"
 if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-all mailing list