diff options
| author | 2010-03-21 10:03:17 -0700 | |
|---|---|---|
| committer | 2010-03-21 10:03:17 -0700 | |
| commit | 55a04a68d0b8a85c106170713001709369a413eb (patch) | |
| tree | e37e3c7ef167499596046d3be556ae25936d2b73 /configure.ac | |
| parent | 7afbe13d141a1ab83f6d54cb35d736f039ca5e63 (diff) | |
| download | ifuse-55a04a68d0b8a85c106170713001709369a413eb.tar.gz ifuse-55a04a68d0b8a85c106170713001709369a413eb.tar.bz2  | |
Bump to 1.0.0 and fix a renaming of a constant1.0.0
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 2d685f9..678b888 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.7) +AC_INIT(ifuse, 1.0.0)  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(libimobiledevice, libimobiledevice-1.0 >= 0.9.7) +PKG_CHECK_MODULES(libimobiledevice, libimobiledevice-1.0 >= 1.0.0)  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)  | 
