Skip to content

Commit 2eba2d4

Browse files
committed
Bump version to 5.14.0 RC4
1 parent 4c5856e commit 2eba2d4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/MEGAShellExt/ModernShellContextMenu/msix/AppxManifest.xml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
xmlns:uap10="http://schemas.microsoft.com/appx/manifest/uap/windows10/10"
1212
xmlns:com="http://schemas.microsoft.com/appx/manifest/com/windows10"
1313
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" />
1515
<Properties>
1616
<DisplayName>MEGAsync</DisplayName>
1717
<PublisherDisplayName>MEGAsync</PublisherDisplayName>

src/MEGASync/control/Version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
#define VER_MAJOR 5
77
#define VER_MINOR 14
88
#define VER_MICRO 0
9-
#define VER_RC 2
9+
#define VER_RC 3
1010
// 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"
1212
#define VER_PRODUCTVERSION VER_MAJOR, VER_MINOR, VER_MICRO, VER_RC
1313
#define VER_FILEVERSION VER_MAJOR, VER_MINOR, VER_MICRO, VER_RC
1414
#define VER_FILEVERSION_CODE (VER_MAJOR * 10000 + VER_MINOR * 100 + VER_MICRO)

0 commit comments

Comments
 (0)