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

Glen Barber gjb at FreeBSD.org
Sun Jun 2 17:03:12 UTC 2013


Author: gjb (doc,ports committer)
Date: Sun Jun  2 17:03:11 2013
New Revision: 251260
URL: http://svnweb.freebsd.org/changeset/base/251260

Log:
  Since release/8.4.0 tag is created, make stable/8 -STABLE again.
  
  Approved by:	re (implicit)

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

Modified: stable/8/sys/conf/newvers.sh
==============================================================================
--- stable/8/sys/conf/newvers.sh	Sun Jun  2 16:54:42 2013	(r251259)
+++ stable/8/sys/conf/newvers.sh	Sun Jun  2 17:03:11 2013	(r251260)
@@ -32,7 +32,7 @@
 
 TYPE="FreeBSD"
 REVISION="8.4"
-BRANCH="PRERELEASE"
+BRANCH="STABLE"
 if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-all mailing list