summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mobilebackup2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mobilebackup2.c b/src/mobilebackup2.c
index 56b7058..6c6556d 100644
--- a/src/mobilebackup2.c
+++ b/src/mobilebackup2.c
@@ -30,7 +30,7 @@
30#include "device_link_service.h" 30#include "device_link_service.h"
31#include "common/debug.h" 31#include "common/debug.h"
32 32
33#define MBACKUP2_VERSION_INT1 300 33#define MBACKUP2_VERSION_INT1 400
34#define MBACKUP2_VERSION_INT2 0 34#define MBACKUP2_VERSION_INT2 0
35 35
36#define IS_FLAG_SET(x, y) ((x & y) == y) 36#define IS_FLAG_SET(x, y) ((x & y) == y)