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

Marius Strobl marius at FreeBSD.org
Tue Oct 3 13:20:18 UTC 2017


Author: marius
Date: Tue Oct  3 13:20:17 2017
New Revision: 324238
URL: https://svnweb.freebsd.org/changeset/base/324238

Log:
  Now that 10.4-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	Tue Oct  3 11:45:24 2017	(r324237)
+++ stable/10/sys/conf/newvers.sh	Tue Oct  3 13:20:17 2017	(r324238)
@@ -32,7 +32,7 @@
 
 TYPE="FreeBSD"
 REVISION="10.4"
-BRANCH="PRERELEASE"
+BRANCH="STABLE"
 if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-stable mailing list