diff options
-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]) |