summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/mobilebackup2.c2
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)