Skip to content

Commit

Permalink
Release candidate for autoupdate 2.1.1
Browse files Browse the repository at this point in the history
SDK update
  • Loading branch information
javiserrano committed Jul 23, 2015
1 parent 70ced43 commit b4c347b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions Source/MEGASync/control/Preferences.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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_");

Expand Down
6 changes: 3 additions & 3 deletions Source/MEGASync/icon.rc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include <windows.h>

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
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b4c347b

Please sign in to comment.