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) (side-by-side diff) | |
tree | 12dcf73414c6845c3f4d87ad89cb6b65a116c910 | |
parent | 78a92c46fd481d59937fd59a495f06ab2bbe5298 (diff) | |
download | fireflix-0.0.2.zip fireflix-0.0.2.tar.gz fireflix-0.0.2.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 @@ - () +0.0.2 (October 17th, 2006) - Added brief help file - Fixed HTML generation code - Fixed a mistyped flickr url so that the 'Flickr' button works now @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="us-ascii"?> <news> - <version version="" date=""> + <version version="0.0.2" date="October 17th, 2006"> <ni>Added brief help file</ni> <ni>Fixed HTML generation code</ni> <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 @@ -AC_INIT([fireflix], [0.0.1.1], [fireflix-bugs@klever.net]) +AC_INIT([fireflix], [0.0.2], [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}]) |