Skip to content

Commit

Permalink
Bump version v4.9.3 RC3 and SDK v4.17.1c
Browse files Browse the repository at this point in the history
  • Loading branch information
vtmateos committed Apr 21, 2023
1 parent ba6d82e commit 46e4f58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/MEGASync/control/Preferences.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ extern Q_CORE_EXPORT int qt_ntfs_permission_lookup;
const char Preferences::CLIENT_KEY[] = "FhMgXbqb";
const char Preferences::USER_AGENT[] = "MEGAsync/4.9.3.0";
const int Preferences::VERSION_CODE = 4903;
const int Preferences::BUILD_ID = 1;
const int Preferences::BUILD_ID = 2;
// Do not change the location of VERSION_STRING, create_tarball.sh parses this file
const QString Preferences::VERSION_STRING = QString::fromAscii("4.9.3");
QString Preferences::SDK_ID = QString::fromAscii("7a9736c");
QString Preferences::SDK_ID = QString::fromAscii("247ea1a");
const QString Preferences::CHANGELOG = QString::fromUtf8(QT_TR_NOOP(
"- You can now search the stored data in your account.\n"
"- We've improved system notifications.\n"
Expand Down
2 changes: 1 addition & 1 deletion src/MEGASync/mega
Submodule mega updated 1 files
+9 −6 src/megaclient.cpp

0 comments on commit 46e4f58

Please sign in to comment.