From 68848a6d366282ae659ac9b00c97096fe1d41df5 Mon Sep 17 00:00:00 2001 From: Einar Egilsson Date: Tue, 19 Jan 2010 07:30:10 +0000 Subject: Redirector v2.02 git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@346 119bf307-c92d-0410-89bd-8f53e6181181 --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.py') diff --git a/build.py b/build.py index d75d1e4..bd561d1 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.0.1.xpi','w') +xpi = zipfile.ZipFile('redirector-2.0.2.xpi','w') for (root, folders, files) in os.walk('.'): if not '.svn' in root: for f in files: -- cgit v1.2.3