svn commit: r341271 - releng/12.0/sys/conf

Glen Barber gjb at FreeBSD.org
Fri Nov 30 00:00:52 UTC 2018


Author: gjb
Date: Fri Nov 30 00:00:51 2018
New Revision: 341271
URL: https://svnweb.freebsd.org/changeset/base/341271

Log:
  Update releng/12.0 from RC2 to RC3 as part of the 12.0-RELEASE
  cycle.
  
  Approved by:	re (implicit)
  Sponsored by:	The FreeBSD Foundation

Modified:
  releng/12.0/sys/conf/newvers.sh

Modified: releng/12.0/sys/conf/newvers.sh
==============================================================================
--- releng/12.0/sys/conf/newvers.sh	Thu Nov 29 23:14:54 2018	(r341270)
+++ releng/12.0/sys/conf/newvers.sh	Fri Nov 30 00:00:51 2018	(r341271)
@@ -46,7 +46,7 @@
 
 TYPE="FreeBSD"
 REVISION="12.0"
-BRANCH="RC2"
+BRANCH="RC3"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-all mailing list