From f3ab9cd7549b7fc5cff65ad26526d69795c1cc8b Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Mon, 11 May 2009 20:16:53 -0700 Subject: Update tarball version, create tar.bz2 by default Signed-off-by: Matt Colyer --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') 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]) -- cgit v1.1-32-gdbae