diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-03-17 14:47:24 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-03-17 14:47:24 +0100 |
commit | 7be3c8b8f6b30fc2d2e4e419f4777bba32c1bffe (patch) | |
tree | 021cb3ca0e9928a5d0d024b147f7b1069c78d1f6 /update.rdf | |
parent | 426d8250749aa21c1b5faf2d0ba08253c06b6718 (diff) | |
download | bugzilla-triage-7be3c8b8f6b30fc2d2e4e419f4777bba32c1bffe.tar.gz |
Release the version 0.910.91
Diffstat (limited to 'update.rdf')
-rw-r--r-- | update.rdf | 36 |
1 files changed, 36 insertions, 0 deletions
@@ -234,6 +234,42 @@ </em:targetApplication> </RDF:Description> </RDF:li> + <RDF:li> + <RDF:Description> + <em:version>0.90</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>4.*</em:minVersion> + <em:maxVersion>4.1</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.90.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:li> + <RDF:Description> + <em:version>0.91</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>4.*</em:minVersion> + <em:maxVersion>4.1</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.91.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> |