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

Glen Barber gjb at FreeBSD.org
Fri May 30 00:12:25 UTC 2014


Author: gjb
Date: Fri May 30 00:12:25 2014
New Revision: 266864
URL: http://svnweb.freebsd.org/changeset/base/266864

Log:
  Update stable/9 to -BETA1 for the first batch of 9.3-RELEASE
  builds.
  
  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	Thu May 29 22:34:04 2014	(r266863)
+++ stable/9/sys/conf/newvers.sh	Fri May 30 00:12:25 2014	(r266864)
@@ -32,7 +32,7 @@
 
 TYPE="FreeBSD"
 REVISION="9.3"
-BRANCH="PRERELEASE"
+BRANCH="BETA1"
 if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


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