svn commit: r362223 - stable/11/release/doc/share/xml
Glen Barber
gjb at FreeBSD.org
Tue Jun 16 12:16:36 UTC 2020
Author: gjb
Date: Tue Jun 16 12:16:35 2020
New Revision: 362223
URL: https://svnweb.freebsd.org/changeset/base/362223
Log:
Fix version number entities.
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 Jun 16 12:12:55 2020 (r362222)
+++ stable/11/release/doc/share/xml/release.ent Tue Jun 16 12:16:35 2020 (r362223)
@@ -6,7 +6,7 @@
<!-- Version of the OS we're describing. This needs to be updated
with each new release. -->
-<!ENTITY release.current "11.4-STABLE">
+<!ENTITY release.current "11.4-RELEASE">
<!-- The previous version used for comparison in the "What's New"
section. For -CURRENT, we might point back to the last
@@ -39,8 +39,8 @@
doc.relnotes.mk when updating this -->
<!ENTITY release.type "snapshot">
<!ENTITY % release.type.current "IGNORE">
-<!ENTITY % release.type.snapshot "INCLUDE">
-<!ENTITY % release.type.release "IGNORE">
+<!ENTITY % release.type.snapshot "IGNORE">
+<!ENTITY % release.type.release "INCLUDE">
<![%release.type.current;[
<!ENTITY release '&release.current;'>
More information about the svn-src-stable-11
mailing list