diff options
author | 2024-10-11 11:59:40 +0200 | |
---|---|---|
committer | 2024-10-11 11:59:40 +0200 | |
commit | f4a18ee13dd84d76dd6ebb9b21cd6bce6f37e4ec (patch) | |
tree | a194738bdda2b5078c4757ff9ba7bbbed5cab541 | |
parent | 511261e12d23d80cc3c08290022380b8d3411f9c (diff) | |
download | idevicerestore-f4a18ee13dd84d76dd6ebb9b21cd6bce6f37e4ec.tar.gz idevicerestore-f4a18ee13dd84d76dd6ebb9b21cd6bce6f37e4ec.tar.bz2 |
configure: Require newer libtatsu and libirecovery
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index d0a052f..9d71e95 100644 --- a/configure.ac +++ b/configure.ac @@ -15,12 +15,12 @@ if test -z $PACKAGE_VERSION; then fi # Minimum package versions -LIBIRECOVERY_VERSION=1.2.0 +LIBIRECOVERY_VERSION=1.2.1 LIBIMOBILEDEVICE_VERSION=1.3.0 LIBUSBMUXD_VERSION=2.0.2 LIBPLIST_VERSION=2.6.0 LIMD_GLUE_VERSION=1.3.0 -LIBTATSU_VERSION=1.0.3 +LIBTATSU_VERSION=1.0.4 LIBZIP_VERSION=1.0 LIBCURL_VERSION=7.0 |