diff options
author | Matt Colyer | 2009-08-04 09:11:58 -0700 |
---|---|---|
committer | Matt Colyer | 2009-08-04 09:11:58 -0700 |
commit | 57e6ab5d126dd51b3763b878a0554bdf5b3a8b63 (patch) | |
tree | 6822db44d36d842bc027b9e01ca18cc389034fc5 | |
parent | 74afdafd5c13e7ba5c0b8a429efa39ec02e239ba (diff) | |
download | ifuse-57e6ab5d126dd51b3763b878a0554bdf5b3a8b63.tar.gz ifuse-57e6ab5d126dd51b3763b878a0554bdf5b3a8b63.tar.bz2 |
Bump version numbers0.9.3
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index d3b4fd8..3d013be 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.2) +AC_INIT(ifuse, 0.9.3) 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.2) +PKG_CHECK_MODULES(libiphone, libiphone-1.0 >= 0.9.3) 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) |