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

Glen Barber gjb at FreeBSD.org
Mon Mar 18 01:30:55 UTC 2013


Author: gjb (doc,ports committer)
Date: Mon Mar 18 01:30:54 2013
New Revision: 248454
URL: http://svnweb.freebsd.org/changeset/base/248454

Log:
  Update stable/8 to -BETA1 as part of 8.4-RELEASE cycle.
  
  Approved by:	re (jpaetzel)

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

Modified: stable/8/sys/conf/newvers.sh
==============================================================================
--- stable/8/sys/conf/newvers.sh	Mon Mar 18 01:22:28 2013	(r248453)
+++ stable/8/sys/conf/newvers.sh	Mon Mar 18 01:30:54 2013	(r248454)
@@ -32,7 +32,7 @@
 
 TYPE="FreeBSD"
 REVISION="8.4"
-BRANCH="PRERELEASE"
+BRANCH="BETA1"
 if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-all mailing list