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

Glen Barber gjb at svn.freebsd.org
Mon Jan 7 00:49:30 UTC 2013


Author: gjb (doc,ports committer)
Date: Mon Jan  7 00:49:29 2013
New Revision: 245119
URL: http://svnweb.freebsd.org/changeset/base/245119

Log:
  I jumped the gun; bumping revision is wrong.
  
  Submitted by:	ae

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

Modified: stable/9/sys/conf/newvers.sh
==============================================================================
--- stable/9/sys/conf/newvers.sh	Mon Jan  7 00:35:06 2013	(r245118)
+++ stable/9/sys/conf/newvers.sh	Mon Jan  7 00:49:29 2013	(r245119)
@@ -31,7 +31,7 @@
 # $FreeBSD$
 
 TYPE="FreeBSD"
-REVISION="9.2"
+REVISION="9.1"
 BRANCH="STABLE"
 if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
 	BRANCH=${BRANCH_OVERRIDE}


More information about the svn-src-all mailing list