svn commit: r297554 - stable/10/sys/conf

Marius Strobl marius at FreeBSD.org
Mon Apr 4 12:15:07 UTC 2016


Author: marius
Date: Mon Apr  4 12:15:06 2016
New Revision: 297554
URL: https://svnweb.freebsd.org/changeset/base/297554

Log:
  Now that 10.3-RELEASE is out, move stable/10 back to STABLE.
  
  Approved by:	re (implicit)

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

Modified: stable/10/sys/conf/newvers.sh
==============================================================================
--- stable/10/sys/conf/newvers.sh	Mon Apr  4 12:04:32 2016	(r297553)
+++ stable/10/sys/conf/newvers.sh	Mon Apr  4 12:15:06 2016	(r297554)
@@ -32,7 +32,7 @@
 
 TYPE="FreeBSD"
 REVISION="10.3"
-BRANCH="PRERELEASE"
+BRANCH="STABLE"
 if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-all mailing list