author | Michael Krelin <hacker@klever.net> | 2006-10-03 20:08:50 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2006-10-03 20:08:50 (UTC) |
commit | f3b5bd2d48bdf132fc06aff69484bf90a86b4080 (patch) (unidiff) | |
tree | 0ca50f732e68ad208c40648144190978c10dc62b /configure.ac | |
parent | 53295c46dbfdeab0f3dd22d62f4c0ccf404e7824 (diff) | |
download | fireflix-0.0.1.zip fireflix-0.0.1.tar.gz fireflix-0.0.1.tar.bz2 |
version bump and NEWS update0.0.1
git-svn-id: http://svn.klever.net/kin/fireflix/trunk@185 fe716a7a-6dde-0310-88d9-d003556173a8
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f205db5..1d6f656 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,7 +1,7 @@ | |||
1 | AC_INIT([fireflix], [0.0], [fireflix-bugs@klever.net]) | 1 | AC_INIT([fireflix], [0.0.1], [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}]) |
5 | 5 | ||
6 | AC_PATH_PROG([ZIP],[zip],[false]) | 6 | AC_PATH_PROG([ZIP],[zip],[false]) |
7 | if test "${ZIP}" = "false" ; then | 7 | if test "${ZIP}" = "false" ; then |