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

Glen Barber gjb at FreeBSD.org
Sun Jul 13 17:04:23 UTC 2014


Author: gjb
Date: Sun Jul 13 17:04:22 2014
New Revision: 268592
URL: http://svnweb.freebsd.org/changeset/base/268592

Log:
  Switch stable/9 back to STABLE now that release/9.3.0 is
  tagged.
  
  Approved by:	re (implicit)
  Sponsored by:	The FreeBSD Foundation

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

Modified: stable/9/sys/conf/newvers.sh
==============================================================================
--- stable/9/sys/conf/newvers.sh	Sun Jul 13 16:27:57 2014	(r268591)
+++ stable/9/sys/conf/newvers.sh	Sun Jul 13 17:04:22 2014	(r268592)
@@ -32,7 +32,7 @@
 
 TYPE="FreeBSD"
 REVISION="9.3"
-BRANCH="PRERELEASE"
+BRANCH="STABLE"
 if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


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