author | Michael Krelin <hacker@klever.net> | 2006-10-17 18:26:04 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2006-10-17 18:26:04 (UTC) |
commit | 0a5ce1187281617a9e8f7661a348baa0fe5ec80a (patch) (unidiff) | |
tree | 12dcf73414c6845c3f4d87ad89cb6b65a116c910 | |
parent | 78a92c46fd481d59937fd59a495f06ab2bbe5298 (diff) | |
download | fireflix-0a5ce1187281617a9e8f7661a348baa0fe5ec80a.zip fireflix-0a5ce1187281617a9e8f7661a348baa0fe5ec80a.tar.gz fireflix-0a5ce1187281617a9e8f7661a348baa0fe5ec80a.tar.bz2 |
bumped version to 0.0.20.0.2
git-svn-id: http://svn.klever.net/kin/fireflix/trunk@197 fe716a7a-6dde-0310-88d9-d003556173a8
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | NEWS.xml | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ | |||
1 | () | 1 | 0.0.2 (October 17th, 2006) |
2 | - Added brief help file | 2 | - Added brief help file |
3 | - Fixed HTML generation code | 3 | - Fixed HTML generation code |
4 | - Fixed a mistyped flickr url so that the 'Flickr' button works now | 4 | - Fixed a mistyped flickr url so that the 'Flickr' button works now |
@@ -1,6 +1,6 @@ | |||
1 | <?xml version="1.0" encoding="us-ascii"?> | 1 | <?xml version="1.0" encoding="us-ascii"?> |
2 | <news> | 2 | <news> |
3 | <version version="" date=""> | 3 | <version version="0.0.2" date="October 17th, 2006"> |
4 | <ni>Added brief help file</ni> | 4 | <ni>Added brief help file</ni> |
5 | <ni>Fixed HTML generation code</ni> | 5 | <ni>Fixed HTML generation code</ni> |
6 | <ni>Fixed a mistyped flickr url so that the 'Flickr' button works now</ni> | 6 | <ni>Fixed a mistyped flickr url so that the 'Flickr' button works now</ni> |
diff --git a/configure.ac b/configure.ac index 4864924..d75a575 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,4 +1,4 @@ | |||
1 | AC_INIT([fireflix], [0.0.1.1], [fireflix-bugs@klever.net]) | 1 | AC_INIT([fireflix], [0.0.2], [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}]) |