Skip to content

Commit c9aa92c

Browse files
committed
Version 2101.7
SDK update
1 parent 44db3a7 commit c9aa92c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: Source/MEGASync/control/Preferences.cpp

+3-3
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.6";
14+
const char Preferences::USER_AGENT[] = "MEGAsync/2.1.1.7";
1515
const int Preferences::VERSION_CODE = 2101;
16-
const int Preferences::BUILD_ID = 6;
16+
const int Preferences::BUILD_ID = 7;
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("3acc3");
19+
const QString Preferences::SDK_ID = QString::fromAscii("5a0ca");
2020
const QString Preferences::CHANGELOG = QString::fromUtf8(
2121
"- Downloads from the web client\n"
2222
"- Performance enhancements\n"

Diff for: Source/MEGASync/mega

0 commit comments

Comments
 (0)