Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Nov 2018 23:56:11 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r340039 - stable/12/sys/conf
Message-ID:  <201811012356.wA1NuBrh085103@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811012356.wA1NuBrh085103>