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

Ken Smith kensmith at FreeBSD.org
Sun Jul 15 03:43:57 UTC 2012


Author: kensmith
Date: Sun Jul 15 03:43:56 2012
New Revision: 238460
URL: http://svn.freebsd.org/changeset/base/238460

Log:
  9.1-BETA1 builds done, shift back to PRERELEASE for the rest of the
  9.1 release cycle.
  
  Approved by:	re (implicit)

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

Modified: stable/9/sys/conf/newvers.sh
==============================================================================
--- stable/9/sys/conf/newvers.sh	Sat Jul 14 21:28:11 2012	(r238459)
+++ stable/9/sys/conf/newvers.sh	Sun Jul 15 03:43:56 2012	(r238460)
@@ -32,7 +32,7 @@
 
 TYPE="FreeBSD"
 REVISION="9.1"
-BRANCH="BETA1"
+BRANCH="PRERELEASE"
 if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-all mailing list