diff options
author | 2024-05-04 13:34:20 +0200 | |
---|---|---|
committer | 2024-05-04 13:34:20 +0200 | |
commit | e61817ae57aac7252499268a9276692a32dc3e01 (patch) | |
tree | 6e0f83c94c70d08f73b1043645b36e93ce791f1a /configure.ac | |
parent | 0d586cd58680d7b1c2eb08aed7eafbf6328d5d1f (diff) | |
download | libimobiledevice-glue-e61817ae57aac7252499268a9276692a32dc3e01.tar.gz libimobiledevice-glue-e61817ae57aac7252499268a9276692a32dc3e01.tar.bz2 |
Use updated libplist 2.5.0 API
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 7aac157..4a3aca3 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ if test -z $PACKAGE_VERSION; then fi dnl Minimum package versions -LIBPLIST_VERSION=2.3.0 +LIBPLIST_VERSION=2.5.0 AC_SUBST(LIBIMOBILEDEVICE_GLUE_SO_VERSION) AC_SUBST(LIBPLIST_VERSION) |