diff options
author | Nikias Bassen | 2010-01-30 22:28:04 +0100 |
---|---|---|
committer | Matt Colyer | 2010-01-31 11:06:52 -0800 |
commit | 4b4d0358529ac5f5a7488cef90990036ecdada2e (patch) | |
tree | 90861b937c10bd312dafcf87e7f53bb7d7252847 | |
parent | de0419fbe8adafda4f09cbc7ef16761ebe35b898 (diff) | |
download | ifuse-4b4d0358529ac5f5a7488cef90990036ecdada2e.tar.gz ifuse-4b4d0358529ac5f5a7488cef90990036ecdada2e.tar.bz2 |
Bump version to 0.9.7
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 8212f20..2d685f9 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT(ifuse, 0.9.6) +AC_INIT(ifuse, 0.9.7) AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip]) AC_CONFIG_SRCDIR([src/]) AC_CONFIG_HEADERS([config.h]) |