svn commit: r361067 - releng/11.4/sys/conf

Glen Barber gjb at FreeBSD.org
Fri May 15 00:02:25 UTC 2020


Author: gjb
Date: Fri May 15 00:02:24 2020
New Revision: 361067
URL: https://svnweb.freebsd.org/changeset/base/361067

Log:
  Update releng/11.4 to BETA2 as part of the 11.4-RELEASE cycle.
  
  Approved by:	re (implicit)
  Sponsored by:	Rubicon Communications, LLC (netgate.com)

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

Modified: releng/11.4/sys/conf/newvers.sh
==============================================================================
--- releng/11.4/sys/conf/newvers.sh	Thu May 14 23:38:11 2020	(r361066)
+++ releng/11.4/sys/conf/newvers.sh	Fri May 15 00:02:24 2020	(r361067)
@@ -44,7 +44,7 @@
 
 TYPE="FreeBSD"
 REVISION="11.4"
-BRANCH="BETA1-p1"
+BRANCH="BETA2"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-all mailing list