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

Glen Barber gjb at FreeBSD.org
Tue Dec 11 19:12:46 UTC 2018


Author: gjb
Date: Tue Dec 11 19:12:44 2018
New Revision: 341826
URL: https://svnweb.freebsd.org/changeset/base/341826

Log:
  Call stable/12 -STABLE now that 12.0-RELEASE is out.
  
  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	Tue Dec 11 19:05:28 2018	(r341825)
+++ stable/12/sys/conf/newvers.sh	Tue Dec 11 19:12:44 2018	(r341826)
@@ -46,7 +46,7 @@
 
 TYPE="FreeBSD"
 REVISION="12.0"
-BRANCH="PRERELEASE"
+BRANCH="STABLE"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-stable-12 mailing list