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

Glen Barber gjb at FreeBSD.org
Fri Nov 9 00:01:54 UTC 2018


Author: gjb
Date: Fri Nov  9 00:01:53 2018
New Revision: 340271
URL: https://svnweb.freebsd.org/changeset/base/340271

Log:
  Update stable/12 from BETA3 to BETA4 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  8 22:42:55 2018	(r340270)
+++ stable/12/sys/conf/newvers.sh	Fri Nov  9 00:01:53 2018	(r340271)
@@ -46,7 +46,7 @@
 
 TYPE="FreeBSD"
 REVISION="12.0"
-BRANCH="BETA3"
+BRANCH="BETA4"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-all mailing list