diff options
author | Matěj Cepl <mcepl@redhat.com> | 2010-09-25 19:50:33 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2010-09-25 19:50:33 +0200 |
commit | 6c8bce9b6d6cf3c248171e51ccae3de66aa6909e (patch) | |
tree | d3bf4173699d05198eb94df9f1f09493545e7f63 /update.rdf | |
parent | 40a89f9f9305a9ccbd1a440ecc6e8463798d8697 (diff) | |
download | bugzilla-triage-6c8bce9b6d6cf3c248171e51ccae3de66aa6909e.tar.gz |
Release 0.250.25
Diffstat (limited to 'update.rdf')
-rw-r--r-- | update.rdf | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -180,6 +180,24 @@ </em:targetApplication> </RDF:Description> </RDF:li> + <RDF:li> + <RDF:Description> + <em:version>0.25</em:version> <!-- This is the version number of the add-on --> + <!-- One targetApplication for each application the add-on is compatible with --> + <em:targetApplication> + <RDF:Description> + <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> + <em:minVersion>3.6</em:minVersion> + <em:maxVersion>4.*</em:maxVersion> + <!-- This is where this version of the add-on will be downloaded from --> + <em:updateLink>https://fedorahosted.org/released/bugzilla-triage-scripts/bugzilla-triage-0.25.xpi</em:updateLink> + + <!-- A page describing what is new in this updated version --> + <em:updateInfoURL>https://fedorahosted.org/bugzilla-triage-scripts/wiki/ChangeLog</em:updateInfoURL> + </RDF:Description> + </em:targetApplication> + </RDF:Description> + </RDF:li> </RDF:Seq> </em:updates> </RDF:Description> |