svn commit: r323928 - releng/10.4/sys/conf

Marius Strobl marius at FreeBSD.org
Fri Sep 22 15:27:51 UTC 2017


Author: marius
Date: Fri Sep 22 15:27:50 2017
New Revision: 323928
URL: https://svnweb.freebsd.org/changeset/base/323928

Log:
  Update releng/10.4 to RC2 again so the revision of sys/conf/newvers.sh
  will reflect the (hopefully) final 10.4-RC2 builds.
  
  Approved by:	re (implicit)

Modified:
  releng/10.4/sys/conf/newvers.sh

Modified: releng/10.4/sys/conf/newvers.sh
==============================================================================
--- releng/10.4/sys/conf/newvers.sh	Fri Sep 22 15:27:02 2017	(r323927)
+++ releng/10.4/sys/conf/newvers.sh	Fri Sep 22 15:27:50 2017	(r323928)
@@ -32,7 +32,7 @@
 
 TYPE="FreeBSD"
 REVISION="10.4"
-BRANCH="RC1"
+BRANCH="RC2"
 if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-releng mailing list