aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEinar Egilsson2011-01-26 19:24:24 +0000
committerEinar Egilsson2011-08-26 11:51:54 +0200
commit8f9af71263645e6eb01b90d6ece1cfed2a78a8ef (patch)
treebe052fd61e4db56ed2e562a2303220f4de8a0a74
parent433ed8cdca328b6077c8aa84155882af361aeafa (diff)
Version 2.5.2, support Firefox 4.0beta10
git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@388 119bf307-c92d-0410-89bd-8f53e6181181
-rw-r--r--build.py2
-rw-r--r--install.rdf5
2 files changed, 4 insertions, 3 deletions
diff --git a/build.py b/build.py
index 0fd20df..886151c 100644
--- a/build.py
+++ b/build.py
@@ -6,7 +6,7 @@ for f in os.listdir('.'):
os.system(r'xpidl -m typelib -e ..\%s %s' % (f[:-3] + 'xpt',f))
os.chdir(r'..\..')
-xpi = zipfile.ZipFile('redirector-2.5.xpi','w')
+xpi = zipfile.ZipFile('redirector-2.5.2.xpi','w')
for (root, folders, files) in os.walk('.'):
if not '.svn' in root:
for f in files:
diff --git a/install.rdf b/install.rdf
index 2e54ff7..b0e7b31 100644
--- a/install.rdf
+++ b/install.rdf
@@ -5,18 +5,19 @@
<Description about="urn:mozilla:install-manifest">
<em:id>redirector@einaregilsson.com</em:id>
<em:name>Redirector</em:name>
- <em:version>2.5</em:version>
+ <em:version>2.5.1</em:version>
<em:creator>Einar Egilsson</em:creator>
<em:contributor>quaful Zhang (Simplified Chinese locale)</em:contributor>
<em:description>Automatically redirects to user-defined urls on certain pages</em:description>
<em:homepageURL>http://tech.einaregilsson.com/projects/redirector/</em:homepageURL>
<em:optionsURL>chrome://redirector/content/ui/settings.xul</em:optionsURL>
<em:iconURL>chrome://redirector/skin/redirector.png</em:iconURL>
+ <em:unpack>true</em:unpack>
<em:targetApplication>
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <!-- firefox -->
<em:minVersion>3.5</em:minVersion>
- <em:maxVersion>4.0b6</em:maxVersion>
+ <em:maxVersion>4.0b10</em:maxVersion>
</Description>
</em:targetApplication>
</Description>