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

Ken Smith kensmith at FreeBSD.org
Tue Jul 10 19:10:39 UTC 2012


Author: kensmith
Date: Tue Jul 10 19:10:39 2012
New Revision: 238353
URL: http://svn.freebsd.org/changeset/base/238353

Log:
  Ready for 9.1-BETA1 builds.
  
  Approved by:	re (implicit)

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

Modified: stable/9/sys/conf/newvers.sh
==============================================================================
--- stable/9/sys/conf/newvers.sh	Tue Jul 10 19:08:56 2012	(r238352)
+++ stable/9/sys/conf/newvers.sh	Tue Jul 10 19:10:39 2012	(r238353)
@@ -31,8 +31,8 @@
 # $FreeBSD$
 
 TYPE="FreeBSD"
-REVISION="9.0"
-BRANCH="STABLE"
+REVISION="9.1"
+BRANCH="BETA1"
 if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-all mailing list