From 304d398c688605c6ecdb9c008209f3b35efca147 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Wed, 17 Oct 2012 10:57:04 +0200 Subject: mobilebackup2: raised DL version so idevicebackup2 actually works with iOS6 --- src/mobilebackup2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mobilebackup2.c') diff --git a/src/mobilebackup2.c b/src/mobilebackup2.c index 4263e1c..2089c87 100644 --- a/src/mobilebackup2.c +++ b/src/mobilebackup2.c @@ -27,7 +27,7 @@ #include "device_link_service.h" #include "debug.h" -#define MBACKUP2_VERSION_INT1 100 +#define MBACKUP2_VERSION_INT1 300 #define MBACKUP2_VERSION_INT2 0 #define IS_FLAG_SET(x, y) ((x & y) == y) -- cgit v1.1-32-gdbae