Xserver-spec: add release information
It has been added in all docs (X Version 11, Release 7.6) Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
parent
ee3e26079e
commit
365bc2f5b1
|
@ -1,6 +1,7 @@
|
||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
|
<!DOCTYPE article 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 % xorg-defs SYSTEM "defs.ent"> %xorg-defs;
|
||||||
<!ENTITY % defs SYSTEM "/xserver/doc/xml/xserver.ent"> %defs;
|
<!ENTITY % defs SYSTEM "/xserver/doc/xml/xserver.ent"> %defs;
|
||||||
]>
|
]>
|
||||||
|
|
||||||
|
@ -40,6 +41,7 @@
|
||||||
</author>
|
</author>
|
||||||
<publisher><publishername>The X.Org Foundation</publishername></publisher>
|
<publisher><publishername>The X.Org Foundation</publishername></publisher>
|
||||||
<pubdate>&xserver.reldate;</pubdate>
|
<pubdate>&xserver.reldate;</pubdate>
|
||||||
|
<releaseinfo>X Version 11, Release &fullrelvers;</releaseinfo>
|
||||||
<releaseinfo>X server version &xserver.version;</releaseinfo>
|
<releaseinfo>X server version &xserver.version;</releaseinfo>
|
||||||
<title>Definition of the Porting Layer for the X v11 Sample Server</title>
|
<title>Definition of the Porting Layer for the X v11 Sample Server</title>
|
||||||
<titleabbrev>X Porting Layer</titleabbrev>
|
<titleabbrev>X Porting Layer</titleabbrev>
|
||||||
|
|
Loading…
Reference in New Issue