diff options
author | Glen Barber <gjb@FreeBSD.org> | 2013-06-23 20:19:00 +0000 |
---|---|---|
committer | Glen Barber <gjb@FreeBSD.org> | 2013-06-23 20:19:00 +0000 |
commit | 2debd10c908e831848df5680c75b7fbb433ca119 (patch) | |
tree | 9b11a47cb73f2a06043cd156b587aea4cd4f35e5 /release/doc/share | |
parent | 6072427498bd60b877af7125f0cd32d63031b501 (diff) | |
download | src-2debd10c908e831848df5680c75b7fbb433ca119.tar.gz src-2debd10c908e831848df5680c75b7fbb433ca119.zip |
Add a new macro, release.current.release, to denote the head/ branch
with the -RELEASE suffix. This fixes the incorrect text on the -CURRENT
errata page from showing '10.0-CURRENT' followed by 'until 9.1-RELEASE is
released.'
Notes
Notes:
svn path=/head/; revision=252121
Diffstat (limited to 'release/doc/share')
-rw-r--r-- | release/doc/share/xml/release.ent | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/release/doc/share/xml/release.ent b/release/doc/share/xml/release.ent index 1d31710f3d86..4926fc78a21e 100644 --- a/release/doc/share/xml/release.ent +++ b/release/doc/share/xml/release.ent @@ -6,7 +6,9 @@ <!-- Version of the OS we're describing. This needs to be updated with each new release. --> -<!ENTITY release.current "10.0-CURRENT"> +<!ENTITY release.current.version "10.0"> +<!ENTITY release.current "&release.current.version;-CURRENT"> +<!ENTITY release.current.release "&release.current.version;-RELEASE"> <!-- The previous version used for comparison in the "What's New" section. For -CURRENT, we might point back to the last |