Skip to content

Commit 68c015d

Browse files
committed
Public version 2.0.0
SDK update
1 parent cca4864 commit 68c015d

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 = 2000;
1616
const int Preferences::BUILD_ID = 1;
1717
// Do not change the location of VERSION_STRING, create_tarball.sh parses this file
1818
const QString Preferences::VERSION_STRING = QString::fromAscii("2.0.0");
19-
const QString Preferences::SDK_ID = QString::fromAscii("549fa");
19+
const QString Preferences::SDK_ID = QString::fromAscii("01c5e");
2020
const QString Preferences::TRANSLATION_FOLDER = QString::fromAscii("://translations/");
2121
const QString Preferences::TRANSLATION_PREFIX = QString::fromAscii("MEGASyncStrings_");
2222

Source/MEGASync/mega

0 commit comments

Comments
 (0)