svn commit: r303759 - stable/11/sys/conf

Glen Barber gjb at FreeBSD.org
Fri Aug 5 00:00:04 UTC 2016


Author: gjb
Date: Fri Aug  5 00:00:02 2016
New Revision: 303759
URL: https://svnweb.freebsd.org/changeset/base/303759

Log:
  Update stable/11 to BETA4 as part of the 11.0-RELEASE cycle.
  
  Approved by:	re (implicit)
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/11/sys/conf/newvers.sh

Modified: stable/11/sys/conf/newvers.sh
==============================================================================
--- stable/11/sys/conf/newvers.sh	Thu Aug  4 19:24:44 2016	(r303758)
+++ stable/11/sys/conf/newvers.sh	Fri Aug  5 00:00:02 2016	(r303759)
@@ -32,7 +32,7 @@
 
 TYPE="FreeBSD"
 REVISION="11.0"
-BRANCH="BETA3"
+BRANCH="BETA4"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-all mailing list