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

Glen Barber gjb at FreeBSD.org
Fri Sep 27 00:00:23 UTC 2019


Author: gjb
Date: Fri Sep 27 00:00:21 2019
New Revision: 352780
URL: https://svnweb.freebsd.org/changeset/base/352780

Log:
  Update releng/12.1 to BETA2 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 Sep 26 23:27:24 2019	(r352779)
+++ releng/12.1/sys/conf/newvers.sh	Fri Sep 27 00:00:21 2019	(r352780)
@@ -46,7 +46,7 @@
 
 TYPE="FreeBSD"
 REVISION="12.1"
-BRANCH="BETA1"
+BRANCH="BETA2"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-all mailing list