summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Matt Colyer2009-07-26 19:35:33 -0700
committerGravatar Matt Colyer2009-07-26 19:35:33 -0700
commit9dbe200f27ffda08b89d579fe1104affc5f77187 (patch)
treeac55f932da77c55c58762aa74c58c48c544433db /configure.ac
parent8641620d662637f13153024f02b21d2c796c76ce (diff)
downloadifuse-9dbe200f27ffda08b89d579fe1104affc5f77187.tar.gz
ifuse-9dbe200f27ffda08b89d579fe1104affc5f77187.tar.bz2
Bump version numbers appropriately.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index fdc35ed..d3b4fd8 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.1)
+AC_INIT(ifuse, 0.9.2)
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.1)
+PKG_CHECK_MODULES(libiphone, libiphone-1.0 >= 0.9.2)
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)