summaryrefslogtreecommitdiffstats
path: root/src/mobilebackup2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mobilebackup2.c')
-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 @@
27#include "device_link_service.h" 27#include "device_link_service.h"
28#include "debug.h" 28#include "debug.h"
29 29
30#define MBACKUP2_VERSION_INT1 100 30#define MBACKUP2_VERSION_INT1 300
31#define MBACKUP2_VERSION_INT2 0 31#define MBACKUP2_VERSION_INT2 0
32 32
33#define IS_FLAG_SET(x, y) ((x & y) == y) 33#define IS_FLAG_SET(x, y) ((x & y) == y)