diff --git a/Source/MEGASync/control/Preferences.cpp b/Source/MEGASync/control/Preferences.cpp index b172bbf4fa..d34a0d75ca 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.1.7"; +const char Preferences::USER_AGENT[] = "MEGAsync/2.1.1.11"; const int Preferences::VERSION_CODE = 2101; -const int Preferences::BUILD_ID = 7; +const int Preferences::BUILD_ID = 11; // Do not change the location of VERSION_STRING, create_tarball.sh parses this file const QString Preferences::VERSION_STRING = QString::fromAscii("2.1.2"); -const QString Preferences::SDK_ID = QString::fromAscii("51137"); +const QString Preferences::SDK_ID = QString::fromAscii("9bc6b"); const QString Preferences::CHANGELOG = QString::fromUtf8( "- Downloads from the web client\n" "- Performance enhancements\n" diff --git a/Source/MEGASync/icon.rc b/Source/MEGASync/icon.rc index 597be5c4c7..c98ece28ae 100644 --- a/Source/MEGASync/icon.rc +++ b/Source/MEGASync/icon.rc @@ -1,8 +1,8 @@ #include VS_VERSION_INFO VERSIONINFO -FILEVERSION 2, 1, 1, 6 -PRODUCTVERSION 2, 1, 1, 6 +FILEVERSION 2, 1, 1, 11 +PRODUCTVERSION 2, 1, 1, 11 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.1.6\0" + VALUE "ProductVersion", "2.1.1.11\0" END END END diff --git a/installer.nsi b/installer.nsi index a50ba1a281..4ffb1cc95e 100644 --- a/installer.nsi +++ b/installer.nsi @@ -24,9 +24,9 @@ VIAddVersionKey "LegalCopyright" "MEGA Limited 2015" VIAddVersionKey "ProductName" "MEGAsync" ; Version info -VIProductVersion "2.1.1.6" -VIAddVersionKey "FileVersion" "2.1.1.6" -VIAddVersionKey "ProductVersion" "2.1.1.6" +VIProductVersion "2.1.1.11" +VIAddVersionKey "FileVersion" "2.1.1.11" +VIAddVersionKey "ProductVersion" "2.1.1.11" !define PRODUCT_VERSION "2.1.2" !define PRODUCT_PUBLISHER "Mega Limited"