File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
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)
You can’t perform that action at this time.
0 commit comments