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

Glen Barber gjb at FreeBSD.org
Fri Oct 2 01:08:11 UTC 2020


Author: gjb
Date: Fri Oct  2 01:08:11 2020
New Revision: 366352
URL: https://svnweb.freebsd.org/changeset/base/366352

Log:
  Rename releng/12.2 to RC1 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	Fri Oct  2 00:52:31 2020	(r366351)
+++ releng/12.2/sys/conf/newvers.sh	Fri Oct  2 01:08:11 2020	(r366352)
@@ -49,7 +49,7 @@
 
 TYPE="FreeBSD"
 REVISION="12.2"
-BRANCH="BETA3"
+BRANCH="RC1"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-all mailing list