diff --git a/Source/MEGASync/control/Preferences.cpp b/Source/MEGASync/control/Preferences.cpp index bc7c53f356..3126a54457 100644 --- a/Source/MEGASync/control/Preferences.cpp +++ b/Source/MEGASync/control/Preferences.cpp @@ -11,12 +11,12 @@ extern Q_CORE_EXPORT int qt_ntfs_permission_lookup; #endif const char Preferences::CLIENT_KEY[] = "FhMgXbqb"; -const char Preferences::USER_AGENT[] = "MEGAsync/2.1.0.5"; -const int Preferences::VERSION_CODE = 2100; -const int Preferences::BUILD_ID = 5; +const char Preferences::USER_AGENT[] = "MEGAsync/2.1.1"; +const int Preferences::VERSION_CODE = 2101; +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("2.1.1"); -const QString Preferences::SDK_ID = QString::fromAscii("4012b"); +const QString Preferences::SDK_ID = QString::fromAscii("2e7f3"); const QString Preferences::TRANSLATION_FOLDER = QString::fromAscii("://translations/"); const QString Preferences::TRANSLATION_PREFIX = QString::fromAscii("MEGASyncStrings_"); diff --git a/Source/MEGASync/icon.rc b/Source/MEGASync/icon.rc index abf9dcf792..64edeaa23d 100644 --- a/Source/MEGASync/icon.rc +++ b/Source/MEGASync/icon.rc @@ -1,8 +1,8 @@ #include VS_VERSION_INFO VERSIONINFO -FILEVERSION 2, 1, 0, 5 -PRODUCTVERSION 2, 1, 0, 5 +FILEVERSION 2, 1, 1, 0 +PRODUCTVERSION 2, 1, 1, 0 FILEFLAGSMASK 0x3fL FILEFLAGS 0 FILEOS VOS_NT_WINDOWS32 @@ -23,7 +23,7 @@ BEGIN VALUE "LegalCopyright", "Mega Limited 2015\0" VALUE "OriginalFilename", "MEGAsync.exe\0" VALUE "ProductName", "MEGAsync\0" - VALUE "ProductVersion", "2.1.0.5\0" + VALUE "ProductVersion", "2.1.1.0\0" END END END diff --git a/Source/MEGASync/mega b/Source/MEGASync/mega index 4012b49b3b..2e7f3d6991 160000 --- a/Source/MEGASync/mega +++ b/Source/MEGASync/mega @@ -1 +1 @@ -Subproject commit 4012b49b3b58bc2f5f3a291a2029b3e3e75e5c78 +Subproject commit 2e7f3d6991a11b3affcb65dafb8b5baa7403d119 diff --git a/installer.nsi b/installer.nsi index c9b1f48e9b..fdaecd1aaf 100644 --- a/installer.nsi +++ b/installer.nsi @@ -24,9 +24,9 @@ VIAddVersionKey "LegalCopyright" "MEGA Limited 2015" VIAddVersionKey "ProductName" "MEGAsync" ; Version info -VIProductVersion "2.1.0.5" -VIAddVersionKey "FileVersion" "2.1.0.5" -VIAddVersionKey "ProductVersion" "2.1.0.5" +VIProductVersion "2.1.1.0" +VIAddVersionKey "FileVersion" "2.1.1.0" +VIAddVersionKey "ProductVersion" "2.1.1.0" !define PRODUCT_VERSION "2.1.1" !define PRODUCT_PUBLISHER "Mega Limited"