Skip to content

Commit 0a8355c

Browse files
committed
New release candidate for Windows
1 parent e9aecc6 commit 0a8355c

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Source/MEGASync/control/Preferences.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ extern Q_CORE_EXPORT int qt_ntfs_permission_lookup;
1111
#endif
1212

1313
const char Preferences::CLIENT_KEY[] = "FhMgXbqb";
14-
const char Preferences::USER_AGENT[] = "MEGAsync/2.1.1";
14+
const char Preferences::USER_AGENT[] = "MEGAsync/2.1.1.1";
1515
const int Preferences::VERSION_CODE = 2101;
16-
const int Preferences::BUILD_ID = 0;
16+
const int Preferences::BUILD_ID = 1;
1717
// Do not change the location of VERSION_STRING, create_tarball.sh parses this file
1818
const QString Preferences::VERSION_STRING = QString::fromAscii("2.1.1");
1919
const QString Preferences::SDK_ID = QString::fromAscii("2e7f3");

Source/MEGASync/icon.rc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#include <windows.h>
22

33
VS_VERSION_INFO VERSIONINFO
4-
FILEVERSION 2, 1, 1, 0
5-
PRODUCTVERSION 2, 1, 1, 0
4+
FILEVERSION 2, 1, 1, 1
5+
PRODUCTVERSION 2, 1, 1, 1
66
FILEFLAGSMASK 0x3fL
77
FILEFLAGS 0
88
FILEOS VOS_NT_WINDOWS32
@@ -23,7 +23,7 @@ BEGIN
2323
VALUE "LegalCopyright", "Mega Limited 2015\0"
2424
VALUE "OriginalFilename", "MEGAsync.exe\0"
2525
VALUE "ProductName", "MEGAsync\0"
26-
VALUE "ProductVersion", "2.1.1.0\0"
26+
VALUE "ProductVersion", "2.1.1.1\0"
2727
END
2828
END
2929
END

installer.nsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ VIAddVersionKey "LegalCopyright" "MEGA Limited 2015"
2424
VIAddVersionKey "ProductName" "MEGAsync"
2525

2626
; Version info
27-
VIProductVersion "2.1.1.0"
28-
VIAddVersionKey "FileVersion" "2.1.1.0"
29-
VIAddVersionKey "ProductVersion" "2.1.1.0"
27+
VIProductVersion "2.1.1.1"
28+
VIAddVersionKey "FileVersion" "2.1.1.1"
29+
VIAddVersionKey "ProductVersion" "2.1.1.1"
3030
!define PRODUCT_VERSION "2.1.1"
3131

3232
!define PRODUCT_PUBLISHER "Mega Limited"

0 commit comments

Comments
 (0)