summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2024-10-11 11:59:40 +0200
committerGravatar Nikias Bassen2024-10-11 11:59:40 +0200
commitf4a18ee13dd84d76dd6ebb9b21cd6bce6f37e4ec (patch)
treea194738bdda2b5078c4757ff9ba7bbbed5cab541 /configure.ac
parent511261e12d23d80cc3c08290022380b8d3411f9c (diff)
downloadidevicerestore-f4a18ee13dd84d76dd6ebb9b21cd6bce6f37e4ec.tar.gz
idevicerestore-f4a18ee13dd84d76dd6ebb9b21cd6bce6f37e4ec.tar.bz2
configure: Require newer libtatsu and libirecovery
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
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