-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,6 +1,8 @@ +0.0.6.3 (August 7th, 2009) + - Firefox 3.5 compatibility release 0.0.6.2 (June 19th, 2008) - Firefox 3.0.* compatibility release 0.0.6.1 (December 20th, 2006) - Firefox 2.0.0.* compatibility release 0.0.6 (December 18th, 2006) - Added ability to edit future photo privacy settings before uploading @@ -1,8 +1,11 @@ <?xml version="1.0" encoding="us-ascii"?> <news> + <version version="0.0.6.3" date="August 7th, 2009"> + <ni>Firefox 3.5 compatibility release</ni> + </version> <version version="0.0.6.2" date="June 19th, 2008"> <ni>Firefox 3.0.* compatibility release</ni> </version> <version version="0.0.6.1" date="December 20th, 2006"> <ni>Firefox 2.0.0.* compatibility release</ni> </version> diff --git a/configure.ac b/configure.ac index 6a478db..e8243a0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ -AC_INIT([fireflix], [0.0.6.2], [fireflix-bugs@klever.net]) +AC_INIT([fireflix], [0.0.6.3], [fireflix-bugs@klever.net]) AC_CONFIG_SRCDIR([install.rdf.in]) AM_INIT_AUTOMAKE([dist-bzip2]) AC_SUBST([MOZ_EXT_ID],[{4269f719-86de-4668-b8ad-04752c23a69e}]) AC_PATH_PROG([ZIP],[zip],[false]) if test "${ZIP}" = "false" ; then diff --git a/install.rdf.in b/install.rdf.in index 8ccdf34..71e6fed 100644 --- a/install.rdf.in +++ b/install.rdf.in @@ -17,13 +17,13 @@ <!-- Firefox --> <em:targetApplication> <Description> <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <em:minVersion>1.5</em:minVersion> - <em:maxVersion>3.0.*</em:maxVersion> + <em:maxVersion>3.5.*</em:maxVersion> </Description> </em:targetApplication> </Description> </RDF> |