Skip to content
This repository has been archived by the owner on Feb 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #561 from erikvold/fennec-update
Browse files Browse the repository at this point in the history
Fixes Bug 791126: update versions for fennec builds. r=Mossop
  • Loading branch information
Mossop committed Oct 5, 2012
2 parents d62017d + a8636a8 commit b58d016
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python-lib/cuddlefish/rdf.py
Expand Up @@ -160,11 +160,11 @@ def gen_manifest(template_root_dir, target_cfg, jid,
ta_desc.appendChild(elem)

elem = dom.createElement("em:minVersion")
elem.appendChild(dom.createTextNode("10.0"))
elem.appendChild(dom.createTextNode("15.0"))
ta_desc.appendChild(elem)

elem = dom.createElement("em:maxVersion")
elem.appendChild(dom.createTextNode("13.0a1"))
elem.appendChild(dom.createTextNode("18.0a1"))
ta_desc.appendChild(elem)

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

0 comments on commit b58d016

Please sign in to comment.