svn commit: r353428 - releng/12.1/sys/conf

Glen Barber gjb at FreeBSD.org
Fri Oct 11 00:02:01 UTC 2019


Author: gjb
Date: Fri Oct 11 00:02:00 2019
New Revision: 353428
URL: https://svnweb.freebsd.org/changeset/base/353428

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

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

Modified: releng/12.1/sys/conf/newvers.sh
==============================================================================
--- releng/12.1/sys/conf/newvers.sh	Thu Oct 10 23:55:33 2019	(r353427)
+++ releng/12.1/sys/conf/newvers.sh	Fri Oct 11 00:02:00 2019	(r353428)
@@ -46,7 +46,7 @@
 
 TYPE="FreeBSD"
 REVISION="12.1"
-BRANCH="BETA3"
+BRANCH="RC1"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-releng mailing list