From 499fae9c5116d74f72025954f54c0bc5e741386e Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Sun, 10 Feb 2013 04:31:05 +0100 Subject: mobilesync: Bump major version to 300 for compatibility with iOS 6 --- src/mobilesync.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mobilesync.c') 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___" -- cgit v1.1-32-gdbae