Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Oct 2020 01:08:11 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-releng@freebsd.org
Subject:   svn commit: r366352 - releng/12.2/sys/conf
Message-ID:  <202010020108.09218BuG047843@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010020108.09218BuG047843>