diff options
author | Nikias Bassen | 2024-06-12 19:27:38 +0200 |
---|---|---|
committer | Nikias Bassen | 2024-06-12 19:27:38 +0200 |
commit | 4e95bd957981ba6bb1fc56d5f0f9781ed9fa8123 (patch) | |
tree | 719df07a314c460b8e7f15f3a82d60b718648439 | |
parent | 9a4266a39da9bd741dda6aa1c15464ef67bba8d4 (diff) | |
download | idevicerestore-4e95bd957981ba6bb1fc56d5f0f9781ed9fa8123.tar.gz idevicerestore-4e95bd957981ba6bb1fc56d5f0f9781ed9fa8123.tar.bz2 |
Require libtatsu 1.0.2
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 545b235..25d1e95 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ LIBIMOBILEDEVICE_VERSION=1.3.0 LIBUSBMUXD_VERSION=2.0.2 LIBPLIST_VERSION=2.6.0 LIMD_GLUE_VERSION=1.2.0 -LIBTATSU_VERSION=1.0.1 +LIBTATSU_VERSION=1.0.2 LIBZIP_VERSION=1.0 LIBCURL_VERSION=7.0 OPENSSL_VERSION=0.9.8 |