Skip to content

Commit

Permalink
Bump version v4.9.1 RC2 and SDK latest v4.16.0c
Browse files Browse the repository at this point in the history
  • Loading branch information
vtmateos committed Mar 16, 2023
1 parent eb56d71 commit fe0cc7f
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.1.0";
const int Preferences::VERSION_CODE = 4901;
const int Preferences::BUILD_ID = 0;
const int Preferences::BUILD_ID = 1;
// Do not change the location of VERSION_STRING, create_tarball.sh parses this file
const QString Preferences::VERSION_STRING = QString::fromAscii("4.9.1");
QString Preferences::SDK_ID = QString::fromAscii("efc99aa");
QString Preferences::SDK_ID = QString::fromAscii("4aea5a1");
const QString Preferences::CHANGELOG = QString::fromUtf8(QT_TR_NOOP(
"- Security upgraded.\n"
"- Detected crashes on Windows, Linux, and macOS fixed.\n"));
Expand Down
2 changes: 1 addition & 1 deletion src/MEGASync/mega

0 comments on commit fe0cc7f

Please sign in to comment.