summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Matt Colyer2010-01-23 11:35:22 -0800
committerGravatar Matt Colyer2010-01-23 11:35:22 -0800
commit4836961a33c824bbdbe6f60414eb26a661dda5d2 (patch)
tree8009dd90db9b767597607077fe64f9091de08ba6
parentf97fdbda9e5660186f40cbeaab82ae7bc0bce5b4 (diff)
downloadifuse-0.9.6.tar.gz
ifuse-0.9.6.tar.bz2
Bump version for the release0.9.6
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index c4b3252..0101bc1 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.5)
+AC_INIT(ifuse, 0.9.6)
AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip])
AC_CONFIG_SRCDIR([src/])
AC_CONFIG_HEADERS([config.h])
@@ -12,7 +12,7 @@ AC_PROG_CC
AM_PROG_CC_C_O
# Checks for libraries.
-PKG_CHECK_MODULES(libiphone, libiphone-1.0 >= 0.9.5)
+PKG_CHECK_MODULES(libiphone, libiphone-1.0 >= 0.9.6)
PKG_CHECK_MODULES(libglib2, glib-2.0 >= 2.14.1)
PKG_CHECK_MODULES(libgthread2, gthread-2.0 >= 2.14.1)
PKG_CHECK_MODULES(libfuse, fuse >= 2.7.0)