File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ extern Q_CORE_EXPORT int qt_ntfs_permission_lookup;
11
11
#endif
12
12
13
13
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 " ;
15
15
const int Preferences::VERSION_CODE = 2101 ;
16
- const int Preferences::BUILD_ID = 0 ;
16
+ const int Preferences::BUILD_ID = 1 ;
17
17
// Do not change the location of VERSION_STRING, create_tarball.sh parses this file
18
18
const QString Preferences::VERSION_STRING = QString::fromAscii(" 2.1.1" );
19
19
const QString Preferences::SDK_ID = QString::fromAscii(" 2e7f3" );
Original file line number Diff line number Diff line change 1
1
#include <windows.h>
2
2
3
3
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
6
6
FILEFLAGSMASK 0x3fL
7
7
FILEFLAGS 0
8
8
FILEOS VOS_NT_WINDOWS32
23
23
VALUE "LegalCopyright", "Mega Limited 2015\0"
24
24
VALUE "OriginalFilename", "MEGAsync.exe\0"
25
25
VALUE "ProductName", "MEGAsync\0"
26
- VALUE "ProductVersion", "2.1.1.0 \0"
26
+ VALUE "ProductVersion", "2.1.1.1 \0"
27
27
END
28
28
END
29
29
END
Original file line number Diff line number Diff line change @@ -24,9 +24,9 @@ VIAddVersionKey "LegalCopyright" "MEGA Limited 2015"
24
24
VIAddVersionKey " ProductName" " MEGAsync"
25
25
26
26
; 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 "
30
30
!define PRODUCT_VERSION " 2.1.1"
31
31
32
32
!define PRODUCT_PUBLISHER " Mega Limited"
You can’t perform that action at this time.
0 commit comments