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

Glen Barber gjb at FreeBSD.org
Fri Aug 9 12:19:39 UTC 2013


Author: gjb
Date: Fri Aug  9 12:19:38 2013
New Revision: 254144
URL: http://svnweb.freebsd.org/changeset/base/254144

Log:
  releng/9.2 was branched, so call this -PRERELEASE again for the duration
  of the 9.2-RELEASE cycle.

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

Modified: stable/9/sys/conf/newvers.sh
==============================================================================
--- stable/9/sys/conf/newvers.sh	Fri Aug  9 11:56:57 2013	(r254143)
+++ stable/9/sys/conf/newvers.sh	Fri Aug  9 12:19:38 2013	(r254144)
@@ -32,7 +32,7 @@
 
 TYPE="FreeBSD"
 REVISION="9.2"
-BRANCH="BETA2"
+BRANCH="PRERELEASE"
 if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-all mailing list