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

Glen Barber gjb at FreeBSD.org
Fri Jul 29 00:00:55 UTC 2016


Author: gjb
Date: Fri Jul 29 00:00:54 2016
New Revision: 303469
URL: https://svnweb.freebsd.org/changeset/base/303469

Log:
  Update stable/11 to BETA3 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 Jul 28 22:55:21 2016	(r303468)
+++ stable/11/sys/conf/newvers.sh	Fri Jul 29 00:00:54 2016	(r303469)
@@ -32,7 +32,7 @@
 
 TYPE="FreeBSD"
 REVISION="11.0"
-BRANCH="BETA2"
+BRANCH="BETA3"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-all mailing list