diff options
author | Martin Szulecki | 2013-02-10 04:31:05 +0100 |
---|---|---|
committer | Martin Szulecki | 2013-02-10 04:31:05 +0100 |
commit | 499fae9c5116d74f72025954f54c0bc5e741386e (patch) | |
tree | 1b02183fc3b2bed1e9577d04af4c77787aad840d /src/mobilesync.c | |
parent | 7f6b001c529d1951bb2c5da7d221610a45962a58 (diff) | |
download | libimobiledevice-499fae9c5116d74f72025954f54c0bc5e741386e.tar.gz libimobiledevice-499fae9c5116d74f72025954f54c0bc5e741386e.tar.bz2 |
mobilesync: Bump major version to 300 for compatibility with iOS 6
Diffstat (limited to 'src/mobilesync.c')
-rw-r--r-- | src/mobilesync.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mobilesync.c b/src/mobilesync.c index 9b31ad5..f7ccea3 100644 --- a/src/mobilesync.c +++ b/src/mobilesync.c @@ -32,7 +32,7 @@ #include "device_link_service.h" #include "debug.h" -#define MSYNC_VERSION_INT1 100 +#define MSYNC_VERSION_INT1 300 #define MSYNC_VERSION_INT2 100 #define EMPTY_PARAMETER_STRING "___EmptyParameterString___" |