Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 May 2020 14:47:38 +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-11@freebsd.org
Subject:   svn commit: r360963 - stable/11/release/doc/share/xml
Message-ID:  <202005121447.04CElcMa082976@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb
Date: Tue May 12 14:47:38 2020
New Revision: 360963
URL: https://svnweb.freebsd.org/changeset/base/360963

Log:
  Bump version numbers in the stable/11 release notes.
  
  Sponsored by:	Rubicon Communications, LLC (netgate.com)

Modified:
  stable/11/release/doc/share/xml/release.ent

Modified: stable/11/release/doc/share/xml/release.ent
==============================================================================
--- stable/11/release/doc/share/xml/release.ent	Tue May 12 14:01:14 2020	(r360962)
+++ stable/11/release/doc/share/xml/release.ent	Tue May 12 14:47:38 2020	(r360963)
@@ -6,7 +6,7 @@
 
 <!-- Version of the OS we're describing.  This needs to be updated
      with each new release. -->
-<!ENTITY release.current "11.3-STABLE">
+<!ENTITY release.current "11.4-STABLE">
 
 <!-- The previous version used for comparison in the "What's New"
      section.  For -CURRENT, we might point back to the last
@@ -16,13 +16,13 @@
 <!-- The previous stable release, useful for pointing user's at the
      release they SHOULD be running if they don't want the bleeding
      edge. -->
-<!ENTITY release.prev.stable "11.2-RELEASE">
+<!ENTITY release.prev.stable "11.3-RELEASE">
 
 <!-- The next version to be released, usually used for snapshots. -->
-<!ENTITY release.next "11.4-RELEASE">
+<!ENTITY release.next "11.4-STABLE">
 
 <!-- The name of this branch. -->
-<!ENTITY release.branch "11.3-STABLE">
+<!ENTITY release.branch "11.4-STABLE">
 
 <!-- The URL for obtaining this version of FreeBSD. -->
 <!ENTITY release.url "https://www.FreeBSD.org/snapshots/">;



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