diff options
Diffstat (limited to 'defs.ent')
-rw-r--r-- | defs.ent | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -14,15 +14,15 @@ <!ENTITY nextfullreldate CDATA "2010"> <!ENTITY whichfullrel CDATA "sixth"> -<!ENTITY rcnum CDATA "0"> +<!ENTITY rcnum CDATA "1"> <!-- 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 % snapshot 'INCLUDE'> +<!ENTITY % notsnapshot 'IGNORE'> +<!ENTITY % relcandidate 'INCLUDE'> +<!ENTITY % release 'IGNORE'> <!ENTITY % firstrel 'IGNORE'> <!ENTITY % earlyrel 'IGNORE'> <!ENTITY % laterrel 'INCLUDE'> |