Skip to content

Commit 661c802

Browse files
committed
MEGAsync 2.5.0 RC5
SDK update
1 parent f5785f8 commit 661c802

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Source/MEGASync/control/Preferences.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const int Preferences::VERSION_CODE = 2500;
1616
const int Preferences::BUILD_ID = 0;
1717
// Do not change the location of VERSION_STRING, create_tarball.sh parses this file
1818
const QString Preferences::VERSION_STRING = QString::fromAscii("2.5");
19-
const QString Preferences::SDK_ID = QString::fromAscii("24ce4");
19+
const QString Preferences::SDK_ID = QString::fromAscii("b6271");
2020
const QString Preferences::CHANGELOG = QString::fromUtf8(
2121
"- Allow the usage of MEGAsync without being logged in\n"
2222
"- New network layer using cURL and c-ares (Win32)\n"

Source/MEGASync/mega

0 commit comments

Comments
 (0)