Skip to content

Commit 9f7fd74

Browse files
committed
Bump version to v5.7.1 RC1 and sdk to v8.0.2-rc.1
1 parent 0fbcb35 commit 9f7fd74

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/MEGASync/control/Version.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
#ifndef VERSION_H
22
#define VERSION_H
33

4-
#define VER_FILEVERSION 5, 7, 0, 0
5-
#define VER_FILEVERSION_CODE 50700
6-
#define VER_PRODUCTVERSION 5, 7, 0, 0
4+
#define VER_FILEVERSION 5, 7, 1, 0
5+
#define VER_FILEVERSION_CODE 50701
6+
#define VER_PRODUCTVERSION 5, 7, 1, 0
77
// Update scripts relying on this value if you move it
8-
#define VER_PRODUCTVERSION_STR "5.7.0.0\0"
8+
#define VER_PRODUCTVERSION_STR "5.7.1.0\0"
99

10-
#define VER_BUILD_ID 3
10+
#define VER_BUILD_ID 0
1111

1212
#define VER_COMPANYNAME_STR "Mega Limited\0"
1313
#define VER_FILEDESCRIPTION_STR "MEGAsync\0"
@@ -18,7 +18,7 @@
1818
#define VER_PRODUCTNAME_STR "MEGAsync\0"
1919

2020
/* SDK commit hash, 7 chars */
21-
#define VER_SDK_ID "81f2d1c"
21+
#define VER_SDK_ID "d6a5d20"
2222

2323
/* Update scrips relying on this value if you move it
2424
Format: 1 item by line, starting from line following the #define

0 commit comments

Comments
 (0)