File tree Expand file tree Collapse file tree 3 files changed +14
-6
lines changed Expand file tree Collapse file tree 3 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 11
11
xmlns : uap10 =" http://schemas.microsoft.com/appx/manifest/uap/windows10/10"
12
12
xmlns : com =" http://schemas.microsoft.com/appx/manifest/com/windows10"
13
13
IgnorableNamespaces =" uap uap2 uap3 rescap desktop desktop4 desktop5 uap10 com" >
14
- <Identity Name =" MEGASyncShellSparse" ProcessorArchitecture =" neutral" Publisher =" @MEGA_DESKTOP_APP_CERTIFICATE_PUBLISHER@" Version =" 5.14.0.2 " />
14
+ <Identity Name =" MEGASyncShellSparse" ProcessorArchitecture =" neutral" Publisher =" @MEGA_DESKTOP_APP_CERTIFICATE_PUBLISHER@" Version =" 5.14.0.3 " />
15
15
<Properties >
16
16
<DisplayName >MEGAsync</DisplayName >
17
17
<PublisherDisplayName >MEGAsync</PublisherDisplayName >
Original file line number Diff line number Diff line change 6
6
#define VER_MAJOR 5
7
7
#define VER_MINOR 14
8
8
#define VER_MICRO 0
9
- #define VER_RC 2
9
+ #define VER_RC 3
10
10
// Format: "VER_MAJOR.VER_MINOR.VER_MICRO.VER_RC\0"
11
- #define VER_PRODUCTVERSION_STR "5.14.0.2 \0"
11
+ #define VER_PRODUCTVERSION_STR "5.14.0.3 \0"
12
12
#define VER_PRODUCTVERSION VER_MAJOR, VER_MINOR, VER_MICRO, VER_RC
13
13
#define VER_FILEVERSION VER_MAJOR, VER_MINOR, VER_MICRO, VER_RC
14
14
#define VER_FILEVERSION_CODE (VER_MAJOR * 10000 + VER_MINOR * 100 + VER_MICRO)
Original file line number Diff line number Diff line change 91
91
" cryptopp" ,
92
92
" libsodium" ,
93
93
{
94
- "name" : " curl" ,
95
- "features" : [ " zstd" ]
94
+ "name" : " curl" ,
95
+ "features" : [
96
+ " zstd"
97
+ ]
96
98
},
97
99
" icu" ,
98
100
" sqlite3"
99
101
],
100
- "builtin-baseline" : " d5ec528843d29e3a52d745a64b469f810b2cedbf"
102
+ "builtin-baseline" : " d5ec528843d29e3a52d745a64b469f810b2cedbf" ,
103
+ "overrides" : [
104
+ {
105
+ "name" : " libuv" ,
106
+ "version" : " 1.49.2"
107
+ }
108
+ ]
101
109
}
You can’t perform that action at this time.
0 commit comments