svn commit: r340039 - stable/12/sys/conf

Glen Barber gjb at FreeBSD.org
Thu Nov 1 23:56:12 UTC 2018


Author: gjb
Date: Thu Nov  1 23:56:10 2018
New Revision: 340039
URL: https://svnweb.freebsd.org/changeset/base/340039

Log:
  Update stable/12 from BETA2 to BETA3 as part of the 12.0-RELEASE
  cycle.
  
  Approved by:	re (implicit)
  Sponsored by:	The FreeBSD Foundation

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

Modified: stable/12/sys/conf/newvers.sh
==============================================================================
--- stable/12/sys/conf/newvers.sh	Thu Nov  1 23:46:23 2018	(r340038)
+++ stable/12/sys/conf/newvers.sh	Thu Nov  1 23:56:10 2018	(r340039)
@@ -46,7 +46,7 @@
 
 TYPE="FreeBSD"
 REVISION="12.0"
-BRANCH="BETA2"
+BRANCH="BETA3"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-all mailing list