diff options
author | Todd Zullinger | 2009-05-11 20:16:53 -0700 |
---|---|---|
committer | Matt Colyer | 2009-05-11 20:18:25 -0700 |
commit | f3ab9cd7549b7fc5cff65ad26526d69795c1cc8b (patch) | |
tree | 72397328668cc7b2c2e7abf818fb68df526135e0 | |
parent | 8e2956a645495af58c629d6f2c270bb136fdefa5 (diff) | |
download | ifuse-f3ab9cd7549b7fc5cff65ad26526d69795c1cc8b.tar.gz ifuse-f3ab9cd7549b7fc5cff65ad26526d69795c1cc8b.tar.bz2 |
Update tarball version, create tar.bz2 by default
Signed-off-by: Matt Colyer <matt@colyer.name>
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index cfa6f56..1a7a783 100644 --- a/configure.ac +++ b/configure.ac @@ -2,8 +2,8 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT(ifuse, 0.1.0, nospam@nowhere.com) -AM_INIT_AUTOMAKE(ifuse, 0.1.0) +AC_INIT(ifuse, 0.9.1) +AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip]) AC_CONFIG_SRCDIR([src/]) AC_CONFIG_HEADER([config.h]) |