diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2011-09-11 16:27:09 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2011-09-15 10:35:15 -0400 |
commit | 87c934b9b7973a814763670e2dfad0579a8dcc78 (patch) | |
tree | 8e3d5f85107016b32f68cd5673430cdeecfb9f57 /doc | |
parent | 41f04fd8673db5c2d8e587ab2c169a694bd7528f (diff) |
specs: use the &fullrelvers; entity to set X11 release information
Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ICElib.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/ICElib.xml b/doc/ICElib.xml index 7366fa4..f048f35 100644 --- a/doc/ICElib.xml +++ b/doc/ICElib.xml @@ -1,7 +1,9 @@ <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" - "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"> - + "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" +[ +<!ENTITY % defs SYSTEM "defs.ent"> %defs; +]> <book id="ICElib"> @@ -9,7 +11,7 @@ <bookinfo> <title>Inter-Client Exchange Library</title> <subtitle>X Consortium Standard</subtitle> - <releaseinfo>X Version 11, Release 6.4</releaseinfo> + <releaseinfo>X Version 11, Release &fullrelvers;</releaseinfo> <releaseinfo>Version 1.0</releaseinfo> <authorgroup> <author> |