svn commit: r334859 - releng/11.2/sys/conf

Glen Barber gjb at FreeBSD.org
Fri Jun 8 21:44:16 UTC 2018


Author: gjb
Date: Fri Jun  8 21:44:15 2018
New Revision: 334859
URL: https://svnweb.freebsd.org/changeset/base/334859

Log:
  Revert releng/11.2 back to RC1 temporarily, as an additional fix
  for amd64 ISOs is required.
  
  Approved by:	re (implicit)
  Sponsored by:	The FreeBSD Foundation

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

Modified: releng/11.2/sys/conf/newvers.sh
==============================================================================
--- releng/11.2/sys/conf/newvers.sh	Fri Jun  8 21:40:03 2018	(r334858)
+++ releng/11.2/sys/conf/newvers.sh	Fri Jun  8 21:44:15 2018	(r334859)
@@ -44,7 +44,7 @@
 
 TYPE="FreeBSD"
 REVISION="11.2"
-BRANCH="RC2"
+BRANCH="RC1"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-all mailing list