summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Matt Colyer2009-10-28 08:51:35 -0700
committerGravatar Matt Colyer2009-10-28 08:51:35 -0700
commit88f3ce21a3ffb35e97fd9a13e0829d6655a0d17d (patch)
tree5544ad89480c5ac7c945fa6a62f156e3489d8b22
parent2d43b279b70ed10dabfbce30d8b43d9e3500f954 (diff)
downloadifuse-88f3ce21a3ffb35e97fd9a13e0829d6655a0d17d.tar.gz
ifuse-88f3ce21a3ffb35e97fd9a13e0829d6655a0d17d.tar.bz2
Bumped version numbers for 0.9.40.9.4
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index f9fdc8e..681cb5d 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.3)
+AC_INIT(ifuse, 0.9.4)
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.3)
+PKG_CHECK_MODULES(libiphone, libiphone-1.0 >= 0.9.4)
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)