author | Michael Krelin <hacker@klever.net> | 2011-08-28 20:27:19 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2011-08-28 20:27:19 (UTC) |
commit | d4eabed619f231e2cd4b6683edab0a1442c410b3 (patch) (unidiff) | |
tree | 7933ce472d457313bf8cb3e91e9268e3d869614f | |
parent | 0d7604dd5ba76c31d7192ff37e0f6ae6f95945ac (diff) | |
download | fireflix-d4eabed619f231e2cd4b6683edab0a1442c410b3.zip fireflix-d4eabed619f231e2cd4b6683edab0a1442c410b3.tar.gz fireflix-d4eabed619f231e2cd4b6683edab0a1442c410b3.tar.bz2 |
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 |
3 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,5 @@ | |||
1 | 0.0.6.7 (August 28th, 2011) | ||
2 | - Compatibility update for the recent pack of foxes. | ||
1 | 0.0.6.3 (August 7th, 2009) | 3 | 0.0.6.3 (August 7th, 2009) |
2 | - Firefox 3.5 compatibility release | 4 | - Firefox 3.5 compatibility release |
3 | 0.0.6.2 (June 19th, 2008) | 5 | 0.0.6.2 (June 19th, 2008) |
@@ -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.7" date="August 28th, 2011"> | ||
4 | <ni>Compatibility update for the recent pack of foxes.</ni> | ||
5 | </version> | ||
3 | <version version="0.0.6.3" date="August 7th, 2009"> | 6 | <version version="0.0.6.3" date="August 7th, 2009"> |
4 | <ni>Firefox 3.5 compatibility release</ni> | 7 | <ni>Firefox 3.5 compatibility release</ni> |
5 | </version> | 8 | </version> |
diff --git a/configure.ac b/configure.ac index e8243a0..c2f2ec0 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,4 +1,4 @@ | |||
1 | AC_INIT([fireflix], [0.0.6.3], [fireflix-bugs@klever.net]) | 1 | AC_INIT([fireflix], [0.0.6.7], [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}]) |