Bump the max version for Lightning to 5.* as interfaces won't be changed now and Lightning will then be compatible with any 5.* version. rs=Fallen over irc CLOSED TREE
Bump the max version for Lightning to 5.* as interfaces won't be changed now and Lightning will then be compatible with any 5.* version. rs=Fallen over irc CLOSED TREE
--- a/calendar/lightning/install.rdf
+++ b/calendar/lightning/install.rdf
@@ -7,17 +7,17 @@
<Description about="urn:mozilla:install-manifest">
<!-- Target Application this extension can install into,
with minimum and maximum supported versions. -->
<em:targetApplication>
<Description>
<!-- thunderbird -->
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
<em:minVersion>5.0b1</em:minVersion>
- <em:maxVersion>@THUNDERBIRD_VERSION@</em:maxVersion>
+ <em:maxVersion>5.*</em:maxVersion>
</Description>
</em:targetApplication>
<em:targetApplication>
<Description>
<!-- seamonkey -->
<em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
<em:minVersion>2.1</em:minVersion>
--- a/calendar/providers/gdata/install.rdf
+++ b/calendar/providers/gdata/install.rdf
@@ -54,17 +54,17 @@
<em:maxVersion>@CALENDAR_VERSION@</em:maxVersion>
</Description>
</em:targetApplication>
<em:targetApplication>
<Description>
<!-- Thunderbird -->
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
<em:minVersion>5.0b1</em:minVersion>
- <em:maxVersion>@THUNDERBIRD_VERSION@</em:maxVersion>
+ <em:maxVersion>5.*</em:maxVersion>
</Description>
</em:targetApplication>
<em:targetApplication>
<Description>
<!-- SeaMonkey -->
<em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
<em:minVersion>2.1</em:minVersion>
<em:maxVersion>@SEAMONKEY_VERSION@</em:maxVersion>
--- a/calendar/timezones/install.rdf
+++ b/calendar/timezones/install.rdf
@@ -54,17 +54,17 @@
<em:maxVersion>@CALENDAR_VERSION@</em:maxVersion>
</Description>
</em:targetApplication>
<em:targetApplication>
<Description>
<!-- Thunderbird -->
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
<em:minVersion>2.0</em:minVersion>
- <em:maxVersion>@THUNDERBIRD_VERSION@</em:maxVersion>
+ <em:maxVersion>5.*</em:maxVersion>
</Description>
</em:targetApplication>
<em:targetApplication>
<Description>
<!-- Seamonkey -->
<em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
<em:minVersion>2.0</em:minVersion>
<em:maxVersion>@SEAMONKEY_VERSION@</em:maxVersion>