author | Michael Krelin <hacker@klever.net> | 2009-08-06 21:46:00 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2009-08-06 21:46:00 (UTC) |
commit | 17c1103bbfc6ef1c0e07aa29656c6e1a84124ba9 (patch) (unidiff) | |
tree | 0c080e8d9c92b2874d9b4a39b70e41fad3337bfa | |
parent | c04656d8f338a5868437901f7406194fd5e2016b (diff) | |
download | fireflix-17c1103bbfc6ef1c0e07aa29656c6e1a84124ba9.zip fireflix-17c1103bbfc6ef1c0e07aa29656c6e1a84124ba9.tar.gz fireflix-17c1103bbfc6ef1c0e07aa29656c6e1a84124ba9.tar.bz2 |
update to firefox-3.5 and bumped version0.0.6.3public/master
Signed-off-by: Michael Krelin <hacker@klever.net>
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | NEWS.xml | 3 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | install.rdf.in | 2 |
4 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,5 @@ | |||
1 | 0.0.6.3 (August 7th, 2009) | ||
2 | - Firefox 3.5 compatibility release | ||
1 | 0.0.6.2 (June 19th, 2008) | 3 | 0.0.6.2 (June 19th, 2008) |
2 | - Firefox 3.0.* compatibility release | 4 | - Firefox 3.0.* compatibility release |
3 | 0.0.6.1 (December 20th, 2006) | 5 | 0.0.6.1 (December 20th, 2006) |
@@ -1,5 +1,8 @@ | |||
1 | <?xml version="1.0" encoding="us-ascii"?> | 1 | <?xml version="1.0" encoding="us-ascii"?> |
2 | <news> | 2 | <news> |
3 | <version version="0.0.6.3" date="August 7th, 2009"> | ||
4 | <ni>Firefox 3.5 compatibility release</ni> | ||
5 | </version> | ||
3 | <version version="0.0.6.2" date="June 19th, 2008"> | 6 | <version version="0.0.6.2" date="June 19th, 2008"> |
4 | <ni>Firefox 3.0.* compatibility release</ni> | 7 | <ni>Firefox 3.0.* compatibility release</ni> |
5 | </version> | 8 | </version> |
diff --git a/configure.ac b/configure.ac index 6a478db..e8243a0 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,4 +1,4 @@ | |||
1 | AC_INIT([fireflix], [0.0.6.2], [fireflix-bugs@klever.net]) | 1 | AC_INIT([fireflix], [0.0.6.3], [fireflix-bugs@klever.net]) |
2 | AC_CONFIG_SRCDIR([install.rdf.in]) | 2 | AC_CONFIG_SRCDIR([install.rdf.in]) |
3 | AM_INIT_AUTOMAKE([dist-bzip2]) | 3 | AM_INIT_AUTOMAKE([dist-bzip2]) |
4 | AC_SUBST([MOZ_EXT_ID],[{4269f719-86de-4668-b8ad-04752c23a69e}]) | 4 | AC_SUBST([MOZ_EXT_ID],[{4269f719-86de-4668-b8ad-04752c23a69e}]) |
diff --git a/install.rdf.in b/install.rdf.in index 8ccdf34..71e6fed 100644 --- a/install.rdf.in +++ b/install.rdf.in | |||
@@ -20,7 +20,7 @@ | |||
20 | <Description> | 20 | <Description> |
21 | <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> | 21 | <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> |
22 | <em:minVersion>1.5</em:minVersion> | 22 | <em:minVersion>1.5</em:minVersion> |
23 | <em:maxVersion>3.0.*</em:maxVersion> | 23 | <em:maxVersion>3.5.*</em:maxVersion> |
24 | </Description> | 24 | </Description> |
25 | </em:targetApplication> | 25 | </em:targetApplication> |
26 | 26 | ||