From dc6bddb1f4f4d3bac56677bb3150b9d5a429f696 Mon Sep 17 00:00:00 2001 From: Javier Serrano Date: Tue, 6 Oct 2015 01:14:55 +0200 Subject: [PATCH] Release candidate for autoupdate --- Source/MEGASync/control/Preferences.cpp | 18 +++++++++--------- Source/MEGASync/icon.rc | 6 +++--- installer.nsi | 8 ++++---- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Source/MEGASync/control/Preferences.cpp b/Source/MEGASync/control/Preferences.cpp index 3f4bf3bb3a..523ce4b499 100644 --- a/Source/MEGASync/control/Preferences.cpp +++ b/Source/MEGASync/control/Preferences.cpp @@ -11,17 +11,17 @@ extern Q_CORE_EXPORT int qt_ntfs_permission_lookup; #endif const char Preferences::CLIENT_KEY[] = "FhMgXbqb"; -const char Preferences::USER_AGENT[] = "MEGAsync/2.3.0.2"; -const int Preferences::VERSION_CODE = 2300; -const int Preferences::BUILD_ID = 2; +const char Preferences::USER_AGENT[] = "MEGAsync/2.3.1.0"; +const int Preferences::VERSION_CODE = 2301; +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.3"); -const QString Preferences::SDK_ID = QString::fromAscii("c862a"); +const QString Preferences::VERSION_STRING = QString::fromAscii("2.3.1"); +const QString Preferences::SDK_ID = QString::fromAscii("47e22"); const QString Preferences::CHANGELOG = QString::fromUtf8( - "- Downloads from the web client\n" - "- Performance enhancements\n" - "- Bug fixes\n" - "- This dialog :-)"); + "- Inform about MITM attacks\n" + "- Compatibility with OS X 10.11 El Capitan\n" + "- Improvements for the synchronization engine\n" + "- Bug fixes"); 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 f5858f60c4..7f89d6179d 100644 --- a/Source/MEGASync/icon.rc +++ b/Source/MEGASync/icon.rc @@ -1,8 +1,8 @@ #include VS_VERSION_INFO VERSIONINFO -FILEVERSION 2, 3, 0, 0 -PRODUCTVERSION 2, 3, 0, 0 +FILEVERSION 2, 3, 1, 0 +PRODUCTVERSION 2, 3, 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.3.0.0\0" + VALUE "ProductVersion", "2.3.1.0\0" END END END diff --git a/installer.nsi b/installer.nsi index bdc2e2cf38..0d52505d20 100644 --- a/installer.nsi +++ b/installer.nsi @@ -24,10 +24,10 @@ VIAddVersionKey "LegalCopyright" "MEGA Limited 2015" VIAddVersionKey "ProductName" "MEGAsync" ; Version info -VIProductVersion "2.3.0.0" -VIAddVersionKey "FileVersion" "2.3.0.0" -VIAddVersionKey "ProductVersion" "2.3.0.0" -!define PRODUCT_VERSION "2.3" +VIProductVersion "2.3.1.0" +VIAddVersionKey "FileVersion" "2.3.1.0" +VIAddVersionKey "ProductVersion" "2.3.1.0" +!define PRODUCT_VERSION "2.3.1" !define PRODUCT_PUBLISHER "Mega Limited" !define PRODUCT_WEB_SITE "http://www.mega.co.nz"