diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2012-06-04 21:41:44 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2012-06-04 21:41:44 -0700 |
commit | 8f413801f0f5ef4b79a6e9df8f7898dece8e932d (patch) | |
tree | 18684f2d8cf4bfddce018f097d3603e84f832be1 /defs.ent | |
parent | 5ce0f55f275142063d0b3cd7d2de90610beb576f (diff) |
Set defs.ent values for X11R7.7 final release
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'defs.ent')
-rw-r--r-- | defs.ent | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -4,7 +4,7 @@ <!-- 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 reldate "June 2012"> <!ENTITY relvers "7.7"> <!ENTITY fullrelvers "7.7"> <!ENTITY prevrelvers "7.6"> @@ -19,10 +19,10 @@ <!-- 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 % snapshot 'IGNORE'> +<!ENTITY % notsnapshot 'INCLUDE'> +<!ENTITY % relcandidate 'IGNORE'> +<!ENTITY % release 'INCLUDE'> <!ENTITY % firstrel 'IGNORE'> <!ENTITY % earlyrel 'IGNORE'> <!ENTITY % laterrel 'INCLUDE'> |