diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2015-04-30 23:13:23 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2015-04-30 23:13:23 -0700 |
commit | 667bbabad33d034cdf20f215ad5110e92ba9d41a (patch) | |
tree | cbd52ff29dcb73400560a7902a2b714509588424 | |
parent | 447b8f3d007cd80971371de5e8d6af61df2a12e2 (diff) |
nextfullreldate is clearly not 2013
Used when generating the release notes, to complete the sentence:
The next full release will be X11R&nextrelvers; and is expected in
&nextfullreldate;.
as in "The next full release will be X11R7.8 and is expected in 2013."
in http://www.x.org/releases/X11R7.7/doc/xorg-docs/ReleaseNotes.html
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | defs.ent | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ <!ENTITY prevfullrelvers "7.6"> <!ENTITY nextrelvers "7.8"> <!ENTITY nextfullrelvers "7.8"> -<!ENTITY nextfullreldate "2013"> +<!ENTITY nextfullreldate "the future"> <!ENTITY whichfullrel "eighth"> <!ENTITY rcnum "1"> |