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

Glen Barber gjb at FreeBSD.org
Fri Oct 4 00:04:22 UTC 2019


Author: gjb
Date: Fri Oct  4 00:04:21 2019
New Revision: 353073
URL: https://svnweb.freebsd.org/changeset/base/353073

Log:
  Update releng/12.1 to BETA3 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  3 21:37:01 2019	(r353072)
+++ releng/12.1/sys/conf/newvers.sh	Fri Oct  4 00:04:21 2019	(r353073)
@@ -46,7 +46,7 @@
 
 TYPE="FreeBSD"
 REVISION="12.1"
-BRANCH="BETA2"
+BRANCH="BETA3"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-releng mailing list