svn commit: r349252 - releng/11.3/sys/conf

Glen Barber gjb at FreeBSD.org
Fri Jun 21 00:01:14 UTC 2019


Author: gjb
Date: Fri Jun 21 00:01:12 2019
New Revision: 349252
URL: https://svnweb.freebsd.org/changeset/base/349252

Log:
  Update releng/11.3 to RC2 as part of the 11.3-RELEASE cycle.
  
  Approved by:	re (implicit)
  Sponsored by:	The FreeBSD Foundation

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

Modified: releng/11.3/sys/conf/newvers.sh
==============================================================================
--- releng/11.3/sys/conf/newvers.sh	Thu Jun 20 23:52:33 2019	(r349251)
+++ releng/11.3/sys/conf/newvers.sh	Fri Jun 21 00:01:12 2019	(r349252)
@@ -44,7 +44,7 @@
 
 TYPE="FreeBSD"
 REVISION="11.3"
-BRANCH="RC1"
+BRANCH="RC2"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-all mailing list