blob: 1fd3ffd171c3b9a849f0e246068ea7115cf47548 (
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 "7">
<!ENTITY reldate "April 2012">
<!ENTITY relvers "7.7">
<!ENTITY fullrelvers "7.7">
<!ENTITY prevrelvers "7.6">
<!ENTITY prevfullrelvers "7.6">
<!ENTITY nextrelvers "7.8">
<!ENTITY nextfullrelvers "7.8">
<!ENTITY nextfullreldate "2013">
<!ENTITY whichfullrel "eighth">
<!ENTITY rcnum "1">
<!-- These should be set according to which snapshot/release this is -->
<!ENTITY % firstsnap 'IGNORE'>
<!ENTITY % latersnap 'IGNORE'>
<!ENTITY % snapshot 'INCLUDE'>
<!ENTITY % notsnapshot 'IGNORE'>
<!ENTITY % relcandidate 'INCLUDE'>
<!ENTITY % release 'IGNORE'>
<!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'>
|