diff options
author | Martin Szulecki | 2014-03-22 01:22:23 +0100 |
---|---|---|
committer | Martin Szulecki | 2014-03-22 01:22:23 +0100 |
commit | 037aef215b0a0f4292063b8f7e7a6a54f74722e9 (patch) | |
tree | b3a9261711e042d9390a0ae3c4a514d4fd7bb5ee | |
parent | 7320497d00fde338f795e8caa8ebdb24cff2ee7d (diff) | |
download | libimobiledevice-037aef215b0a0f4292063b8f7e7a6a54f74722e9.tar.gz libimobiledevice-037aef215b0a0f4292063b8f7e7a6a54f74722e9.tar.bz2 |
Bump dependencies to libplist++ 1.11 and libusbmuxd 1.0.9
This allows use of the new pair record handling interface of libusbmuxd.
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 8d081aa..83a0ed8 100644 --- a/configure.ac +++ b/configure.ac @@ -19,8 +19,8 @@ LIBIMOBILEDEVICE_SO_VERSION=4:1:0 dnl Minimum package versions LIBPLIST_VERSION=1.11 -LIBUSBMUXD_VERSION=1.0.8 -LIBPLISTMM_VERSION=1.8 +LIBUSBMUXD_VERSION=1.0.9 +LIBPLISTMM_VERSION=1.11 AC_SUBST(LIBIMOBILEDEVICE_SO_VERSION) AC_SUBST(LIBPLIST_VERSION) |