diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-11-02 21:26:19 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-11-02 21:26:19 -0700 |
commit | 0ccec393a557df0469794483f68eec0276a1faed (patch) | |
tree | b146778f47bec96fa76f43f470c429c611e94e48 | |
parent | aafcb82452d58fafc3bd0ac013355c269ac9f7ee (diff) |
defs.ent: Remove CDATA declarations from entities for xml compatibility
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | defs.ent | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -3,18 +3,18 @@ <!-- 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 "November 2010"> -<!ENTITY relvers CDATA "7.6"> -<!ENTITY fullrelvers CDATA "7.6"> -<!ENTITY prevrelvers CDATA "7.5"> -<!ENTITY prevfullrelvers CDATA "7.5"> -<!ENTITY nextrelvers CDATA "7.7"> -<!ENTITY nextfullrelvers CDATA "7.7"> -<!ENTITY nextfullreldate CDATA "2011"> +<!ENTITY majorvers "7"> +<!ENTITY reldate "November 2010"> +<!ENTITY relvers "7.6"> +<!ENTITY fullrelvers "7.6"> +<!ENTITY prevrelvers "7.5"> +<!ENTITY prevfullrelvers "7.5"> +<!ENTITY nextrelvers "7.7"> +<!ENTITY nextfullrelvers "7.7"> +<!ENTITY nextfullreldate "2011"> -<!ENTITY whichfullrel CDATA "seventh"> -<!ENTITY rcnum CDATA "1"> +<!ENTITY whichfullrel "seventh"> +<!ENTITY rcnum "1"> <!-- These should be set according to which snapshot/release this is --> <!ENTITY % firstsnap 'IGNORE'> |