Bug 842762: Uplift Add-on SDK changeset 4e44dd094e8636216e8c9ca5664866a5cf7d0cdd

a16bbd5772...4e44dd094e
This commit is contained in:
Dave Townsend
2013-02-19 14:14:54 -08:00
parent b21d195aac
commit 1be39049f5
74 changed files with 1338 additions and 496 deletions

View File

@@ -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("20.*"))
elem.appendChild(dom.createTextNode("21.0a1"))
ta_desc.appendChild(elem)
if target_cfg.get("homepage"):