File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ extern Q_CORE_EXPORT int qt_ntfs_permission_lookup;
11
11
#endif
12
12
13
13
const char Preferences::CLIENT_KEY[] = " FhMgXbqb" ;
14
- const char Preferences::USER_AGENT[] = " MEGAsync/2.1.1.7 " ;
14
+ const char Preferences::USER_AGENT[] = " MEGAsync/2.1.1.11 " ;
15
15
const int Preferences::VERSION_CODE = 2101 ;
16
- const int Preferences::BUILD_ID = 7 ;
16
+ const int Preferences::BUILD_ID = 11 ;
17
17
// Do not change the location of VERSION_STRING, create_tarball.sh parses this file
18
18
const QString Preferences::VERSION_STRING = QString::fromAscii(" 2.1.2" );
19
- const QString Preferences::SDK_ID = QString::fromAscii(" 51137 " );
19
+ const QString Preferences::SDK_ID = QString::fromAscii(" 9bc6b " );
20
20
const QString Preferences::CHANGELOG = QString::fromUtf8(
21
21
" - Downloads from the web client\n "
22
22
" - Performance enhancements\n "
Original file line number Diff line number Diff line change 1
1
#include <windows.h>
2
2
3
3
VS_VERSION_INFO VERSIONINFO
4
- FILEVERSION 2, 1, 1, 6
5
- PRODUCTVERSION 2, 1, 1, 6
4
+ FILEVERSION 2, 1, 1, 11
5
+ PRODUCTVERSION 2, 1, 1, 11
6
6
FILEFLAGSMASK 0x3fL
7
7
FILEFLAGS 0
8
8
FILEOS VOS_NT_WINDOWS32
23
23
VALUE "LegalCopyright", "Mega Limited 2015\0"
24
24
VALUE "OriginalFilename", "MEGAsync.exe\0"
25
25
VALUE "ProductName", "MEGAsync\0"
26
- VALUE "ProductVersion", "2.1.1.6 \0"
26
+ VALUE "ProductVersion", "2.1.1.11 \0"
27
27
END
28
28
END
29
29
END
Original file line number Diff line number Diff line change @@ -24,9 +24,9 @@ VIAddVersionKey "LegalCopyright" "MEGA Limited 2015"
24
24
VIAddVersionKey " ProductName" " MEGAsync"
25
25
26
26
; Version info
27
- VIProductVersion " 2.1.1.6 "
28
- VIAddVersionKey " FileVersion" " 2.1.1.6 "
29
- VIAddVersionKey " ProductVersion" " 2.1.1.6 "
27
+ VIProductVersion " 2.1.1.11 "
28
+ VIAddVersionKey " FileVersion" " 2.1.1.11 "
29
+ VIAddVersionKey " ProductVersion" " 2.1.1.11 "
30
30
!define PRODUCT_VERSION " 2.1.2"
31
31
32
32
!define PRODUCT_PUBLISHER " Mega Limited"
You can’t perform that action at this time.
0 commit comments