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.'
This commit is contained in:
parent
6072427498
commit
2debd10c90
@ -57,7 +57,7 @@
|
||||
&os;.</para>
|
||||
|
||||
<para>This errata document for &os; &release;
|
||||
will be maintained until the release of &os; &release.next;.</para>
|
||||
will be maintained until the release of &os; &release.current.release;.</para>
|
||||
</abstract>
|
||||
|
||||
<sect1 id="intro">
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user