svn commit: r349884 - stable/11/sys/conf

Glen Barber gjb at FreeBSD.org
Wed Jul 10 13:35:02 UTC 2019


Author: gjb
Date: Wed Jul 10 13:35:01 2019
New Revision: 349884
URL: https://svnweb.freebsd.org/changeset/base/349884

Log:
  Call stable/11 -STABLE now that 11.3-RELEASE is out.
  
  Reminded by:	marck
  Sponsored by:	Rubicon Communications, LLC (Netgate)

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

Modified: stable/11/sys/conf/newvers.sh
==============================================================================
--- stable/11/sys/conf/newvers.sh	Wed Jul 10 12:40:07 2019	(r349883)
+++ stable/11/sys/conf/newvers.sh	Wed Jul 10 13:35:01 2019	(r349884)
@@ -44,7 +44,7 @@
 
 TYPE="FreeBSD"
 REVISION="11.3"
-BRANCH="PRERELEASE"
+BRANCH="STABLE"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the svn-src-all mailing list