From 5f6e149916e789f70066d30cf1bb3c77b58a9525 Mon Sep 17 00:00:00 2001 From: Victor Teniente Date: Thu, 4 May 2023 16:50:16 +0200 Subject: [PATCH] Bump version v4.9.4 and SDK v4.17.1d --- installer_win.nsi | 8 ++++---- src/MEGASync/control/Preferences.cpp | 10 +++++----- src/MEGASync/icon.rc | 6 +++--- src/MEGASync/mega | 2 +- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/installer_win.nsi b/installer_win.nsi index 0995c6a58e..0ed8486e00 100644 --- a/installer_win.nsi +++ b/installer_win.nsi @@ -27,10 +27,10 @@ VIAddVersionKey "LegalCopyright" "MEGA Limited 2023" VIAddVersionKey "ProductName" "MEGAsync" ; Version info -VIProductVersion "4.9.3.0" -VIAddVersionKey "FileVersion" "4.9.3.0" -VIAddVersionKey "ProductVersion" "4.9.3.0" -!define PRODUCT_VERSION "4.9.3" +VIProductVersion "4.9.4.0" +VIAddVersionKey "FileVersion" "4.9.4.0" +VIAddVersionKey "ProductVersion" "4.9.4.0" +!define PRODUCT_VERSION "4.9.4" !define PRODUCT_PUBLISHER "Mega Limited" !define PRODUCT_WEB_SITE "http://www.mega.nz" diff --git a/src/MEGASync/control/Preferences.cpp b/src/MEGASync/control/Preferences.cpp index 6f381e7cd9..7fa649b1f0 100644 --- a/src/MEGASync/control/Preferences.cpp +++ b/src/MEGASync/control/Preferences.cpp @@ -12,12 +12,12 @@ extern Q_CORE_EXPORT int qt_ntfs_permission_lookup; #endif 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 = 2; +const char Preferences::USER_AGENT[] = "MEGAsync/4.9.4.0"; +const int Preferences::VERSION_CODE = 4904; +const int Preferences::BUILD_ID = 0; // 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("247ea1a"); +const QString Preferences::VERSION_STRING = QString::fromAscii("4.9.4"); +QString Preferences::SDK_ID = QString::fromAscii("965e4c7"); 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" diff --git a/src/MEGASync/icon.rc b/src/MEGASync/icon.rc index 8a26d6bef4..4bba33cba4 100644 --- a/src/MEGASync/icon.rc +++ b/src/MEGASync/icon.rc @@ -1,8 +1,8 @@ #include VS_VERSION_INFO VERSIONINFO -FILEVERSION 4, 9, 3, 0 -PRODUCTVERSION 4, 9, 3, 0 +FILEVERSION 4, 9, 4, 0 +PRODUCTVERSION 4, 9, 4, 0 FILEFLAGSMASK 0x3fL FILEFLAGS 0 FILEOS VOS_NT_WINDOWS32 @@ -23,7 +23,7 @@ BEGIN VALUE "LegalCopyright", "Mega Limited 2023\0" VALUE "OriginalFilename", "MEGAsync.exe\0" VALUE "ProductName", "MEGAsync\0" - VALUE "ProductVersion", "4.9.3.0\0" + VALUE "ProductVersion", "4.9.4.0\0" END END END diff --git a/src/MEGASync/mega b/src/MEGASync/mega index 247ea1abd5..965e4c7cd5 160000 --- a/src/MEGASync/mega +++ b/src/MEGASync/mega @@ -1 +1 @@ -Subproject commit 247ea1abd5fdf0ccdc279244734572068bc4647c +Subproject commit 965e4c7cd518d48c5b2fbf0084a244fdecc44b35