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

Glen Barber gjb at FreeBSD.org
Fri Jun 28 00:00:03 UTC 2019


Author: gjb
Date: Fri Jun 28 00:00:02 2019
New Revision: 349480
URL: https://svnweb.freebsd.org/changeset/base/349480

Log:
  Update releng/11.3 to RC3 as part of the 11.3-RELEASE cycle.
  
  Approved by:	re (implicit)
  Sponsored by:	Rubicon Communications, LLC (Netgate)

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 27 23:50:54 2019	(r349479)
+++ releng/11.3/sys/conf/newvers.sh	Fri Jun 28 00:00:02 2019	(r349480)
@@ -44,7 +44,7 @@
 
 TYPE="FreeBSD"
 REVISION="11.3"
-BRANCH="RC2"
+BRANCH="RC3"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-all mailing list