blob: aa1c096b5696c99f13e10cca4fe2b98c44e8bfe3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
<!-- shared entity definitions for the Xorg documentation -->
<!-- X Window System katamari version string -->
<!-- since we don't do micro (7.x.y) releases of the katamari, *relvers
are now the same as *fullrelvers -->
<!ENTITY majorvers CDATA "7">
<!ENTITY reldate CDATA "October 2009">
<!ENTITY relvers CDATA "7.5">
<!ENTITY fullrelvers CDATA "7.5">
<!ENTITY prevrelvers CDATA "7.4">
<!ENTITY prevfullrelvers CDATA "7.4">
<!ENTITY nextrelvers CDATA "7.6">
<!ENTITY nextfullrelvers CDATA "7.6">
<!ENTITY nextfullreldate CDATA "2010">
<!ENTITY whichfullrel CDATA "sixth">
<!ENTITY rcnum CDATA "0">
<!-- These should be set according to which snapshot/release this is -->
<!ENTITY % firstsnap 'IGNORE'>
<!ENTITY % latersnap 'IGNORE'>
<!ENTITY % snapshot 'IGNORE'>
<!ENTITY % notsnapshot 'INCLUDE'>
<!ENTITY % relcandidate 'IGNORE'>
<!ENTITY % release 'INCLUDE'>
<!ENTITY % firstrel 'IGNORE'>
<!ENTITY % earlyrel 'IGNORE'>
<!ENTITY % laterrel 'INCLUDE'>
<!ENTITY % majorrel 'IGNORE'>
<!ENTITY % minorrel 'INCLUDE'>
<!ENTITY % fullrel 'IGNORE'>
<!ENTITY % fullbinaries 'INCLUDE'>
<!ENTITY % updaterel 'IGNORE'>
<!ENTITY % prevrelwasupdate 'IGNORE'>
<!-- Set this to INCLUDE when references to the RELNOTES are to be included -->
<!ENTITY % haverelnotes 'INCLUDE'>
|