Skip to content

Commit 0a4b88d

Browse files
committed
Public version 2.1.1.11 (2101.11)
1 parent 011b04d commit 0a4b88d

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Source/MEGASync/control/Preferences.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ extern Q_CORE_EXPORT int qt_ntfs_permission_lookup;
1111
#endif
1212

1313
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";
1515
const int Preferences::VERSION_CODE = 2101;
16-
const int Preferences::BUILD_ID = 7;
16+
const int Preferences::BUILD_ID = 11;
1717
// Do not change the location of VERSION_STRING, create_tarball.sh parses this file
1818
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");
2020
const QString Preferences::CHANGELOG = QString::fromUtf8(
2121
"- Downloads from the web client\n"
2222
"- Performance enhancements\n"

Source/MEGASync/icon.rc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#include <windows.h>
22

33
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
66
FILEFLAGSMASK 0x3fL
77
FILEFLAGS 0
88
FILEOS VOS_NT_WINDOWS32
@@ -23,7 +23,7 @@ BEGIN
2323
VALUE "LegalCopyright", "Mega Limited 2015\0"
2424
VALUE "OriginalFilename", "MEGAsync.exe\0"
2525
VALUE "ProductName", "MEGAsync\0"
26-
VALUE "ProductVersion", "2.1.1.6\0"
26+
VALUE "ProductVersion", "2.1.1.11\0"
2727
END
2828
END
2929
END

installer.nsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ VIAddVersionKey "LegalCopyright" "MEGA Limited 2015"
2424
VIAddVersionKey "ProductName" "MEGAsync"
2525

2626
; 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"
3030
!define PRODUCT_VERSION "2.1.2"
3131

3232
!define PRODUCT_PUBLISHER "Mega Limited"

0 commit comments

Comments
 (0)