Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit b59577b

Browse files
committed
V10.1.4.
1 parent b55e61b commit b59577b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Package/Package.appxmanifest

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" IgnorableNamespaces="uap mp rescap">
3-
<Identity Name="Microsoft.WindowsFileManager" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" Version="10.1.3.0" />
3+
<Identity Name="Microsoft.WindowsFileManager" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" Version="10.1.4.0" />
44
<Properties>
55
<DisplayName>Windows File Manager</DisplayName>
66
<PublisherDisplayName>Microsoft Corporation</PublisherDisplayName>

src/res.rc

+4-4
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@ END
8383
#define VER_PRODUCTNAME_STR "File Manager"
8484
#define VER_LEGALCOPYRIGHT_STR "Copyright (c) Microsoft Corporation. All rights reserved."
8585

86-
#define VER_FILEVERSION 10,1,3,0
87-
#define VER_FILEVERSION_STR "10.1.3.0\0"
88-
#define VER_PRODUCTVERSION 10,1,3,0
89-
#define VER_PRODUCTVERSION_STR "10.1.3.0\0"
86+
#define VER_FILEVERSION 10,1,4,0
87+
#define VER_FILEVERSION_STR "10.1.4.0\0"
88+
#define VER_PRODUCTVERSION 10,1,4,0
89+
#define VER_PRODUCTVERSION_STR "10.1.4.0\0"
9090

9191
#ifndef DEBUG
9292
#define VER_DEBUG 0

0 commit comments

Comments
 (0)