Mercurial > JSWeakRef
changeset 2:23773fda6725
Compiled the XPCOM binary component against Firefox 3.1b3 on OS X and changed the install.rdf compatibility to reflect this. Also changed version to 0.1pre.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Wed, 22 Apr 2009 08:42:48 -0700 |
parents | 496cd9ab2298 |
children | ac0c8fe4aec1 |
files | JSWeakRef/install.rdf JSWeakRef/platform/Darwin_x86-gcc3/components/libJSWeakRef.dylib |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/JSWeakRef/install.rdf Thu Apr 16 15:26:51 2009 -0700 +++ b/JSWeakRef/install.rdf Wed Apr 22 08:42:48 2009 -0700 @@ -4,7 +4,7 @@ xmlns:em="http://www.mozilla.org/2004/em-rdf#"> <Description about="urn:mozilla:install-manifest"> <em:id>JSWeakRef@labs.mozilla.com</em:id> - <em:version>0.1</em:version> + <em:version>0.1pre</em:version> <em:type>2</em:type> <!-- Target Application this extension can install into, @@ -12,8 +12,8 @@ <em:targetApplication> <Description> <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> - <em:minVersion>3.0</em:minVersion> - <em:maxVersion>3.0.9</em:maxVersion> + <em:minVersion>3.1b3</em:minVersion> + <em:maxVersion>3.1b3</em:maxVersion> </Description> </em:targetApplication>