svn commit: r366739 - releng/12.2/sys/conf

Glen Barber gjb at FreeBSD.org
Fri Oct 16 00:01:02 UTC 2020


Author: gjb
Date: Fri Oct 16 00:01:01 2020
New Revision: 366739
URL: https://svnweb.freebsd.org/changeset/base/366739

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

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

Modified: releng/12.2/sys/conf/newvers.sh
==============================================================================
--- releng/12.2/sys/conf/newvers.sh	Thu Oct 15 23:05:13 2020	(r366738)
+++ releng/12.2/sys/conf/newvers.sh	Fri Oct 16 00:01:01 2020	(r366739)
@@ -49,7 +49,7 @@
 
 TYPE="FreeBSD"
 REVISION="12.2"
-BRANCH="RC2"
+BRANCH="RC3"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-all mailing list