summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2013-02-10 04:31:05 +0100
committerGravatar Martin Szulecki2013-02-10 04:31:05 +0100
commit499fae9c5116d74f72025954f54c0bc5e741386e (patch)
tree1b02183fc3b2bed1e9577d04af4c77787aad840d
parent7f6b001c529d1951bb2c5da7d221610a45962a58 (diff)
downloadlibimobiledevice-499fae9c5116d74f72025954f54c0bc5e741386e.tar.gz
libimobiledevice-499fae9c5116d74f72025954f54c0bc5e741386e.tar.bz2
mobilesync: Bump major version to 300 for compatibility with iOS 6
-rw-r--r--src/mobilesync.c2
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___"