diff options
author | Nikias Bassen | 2012-10-17 10:57:04 +0200 |
---|---|---|
committer | Nikias Bassen | 2012-10-17 10:57:04 +0200 |
commit | 304d398c688605c6ecdb9c008209f3b35efca147 (patch) | |
tree | 36214f2bcfe0deb670f41800fcd5b5ed6e8cfc7a /src/mobilebackup2.c | |
parent | 0a44757277a9bc0ac0e35cdb9ca2cc65e09921ff (diff) | |
download | libimobiledevice-304d398c688605c6ecdb9c008209f3b35efca147.tar.gz libimobiledevice-304d398c688605c6ecdb9c008209f3b35efca147.tar.bz2 |
mobilebackup2: raised DL version so idevicebackup2 actually works with iOS6
Diffstat (limited to 'src/mobilebackup2.c')
-rw-r--r-- | src/mobilebackup2.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |