Skip to content

Commit

Permalink
update Firefox minVersion/maxVersion to anticipated current/next vers…
Browse files Browse the repository at this point in the history
…ions of Firefox
  • Loading branch information
Wes Kocher committed Jan 30, 2013
1 parent 19789bc commit 0422600
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app-extension/install.rdf
Expand Up @@ -18,7 +18,7 @@
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>18.0</em:minVersion>
<em:maxVersion>19.*</em:maxVersion>
<em:maxVersion>20.*</em:maxVersion>
</Description>
</em:targetApplication>

Expand Down
2 changes: 1 addition & 1 deletion python-lib/cuddlefish/rdf.py
Expand Up @@ -169,7 +169,7 @@ def gen_manifest(template_root_dir, target_cfg, jid,
ta_desc.appendChild(elem)

elem = dom.createElement("em:maxVersion")
elem.appendChild(dom.createTextNode("19.*"))
elem.appendChild(dom.createTextNode("20.*"))
ta_desc.appendChild(elem)

if target_cfg.get("homepage"):
Expand Down

0 comments on commit 0422600

Please sign in to comment.