Skip to content

Commit

Permalink
ShellExtension: Bump revision to 1.18.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sdottaka committed May 23, 2022
1 parent e3946d5 commit 3c41c6f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions ShellExtension/ShellExtension/ShellExtension.rc
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,18,4,0
PRODUCTVERSION 1,18,4,0
FILEVERSION 1,18,5,0
PRODUCTVERSION 1,18,5,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -71,12 +71,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "https://winmerge.org"
VALUE "FileDescription", "WinMerge Shell Integration library"
VALUE "FileVersion", "1.18.4.0"
VALUE "FileVersion", "1.18.5.0"
VALUE "InternalName", "ShellExtension"
VALUE "LegalCopyright", "Copyright 2003-2021"
VALUE "LegalCopyright", "Copyright 2003-2022"
VALUE "OriginalFilename", "ShellExtension.DLL"
VALUE "ProductName", "WinMerge Shell Integration library"
VALUE "ProductVersion", "1.18.4.0"
VALUE "ProductVersion", "1.18.5.0"
END
END
BLOCK "VarFileInfo"
Expand Down
10 changes: 5 additions & 5 deletions ShellExtension/WinMergeContextMenu/WinMergeContextMenu.rc
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,4,0
PRODUCTVERSION 1,0,4,0
FILEVERSION 1,0,5,0
PRODUCTVERSION 1,0,5,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -63,12 +63,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "https://winmerge.org"
VALUE "FileDescription", "WinMerge Shell Integration library"
VALUE "FileVersion", "1.0.4.0"
VALUE "FileVersion", "1.0.5.0"
VALUE "InternalName", "WinMergeContextMenu"
VALUE "LegalCopyright", "Copyright 2021"
VALUE "LegalCopyright", "Copyright 2021-2022"
VALUE "OriginalFilename", "WinMergeContextMenu.dll"
VALUE "ProductName", "WinMerge Shell Integration library"
VALUE "ProductVersion", "1.0.4.0"
VALUE "ProductVersion", "1.0.5.0"
END
END
BLOCK "VarFileInfo"
Expand Down
2 changes: 1 addition & 1 deletion ShellExtension/WinMergePkg/AppxManifest.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
xmlns:uap10="http://schemas.microsoft.com/appx/manifest/uap/windows10/10"
xmlns:com="http://schemas.microsoft.com/appx/manifest/com/windows10"
IgnorableNamespaces="uap uap2 uap3 rescap desktop desktop4 desktop5 desktop6 uap10 com">
<Identity Name="WinMerge" ProcessorArchitecture="neutral" Publisher="${Publisher}" Version="1.0.4.0" />
<Identity Name="WinMerge" ProcessorArchitecture="neutral" Publisher="${Publisher}" Version="1.0.5.0" />
<Properties>
<DisplayName>WinMerge</DisplayName>
<PublisherDisplayName>winmerge.org</PublisherDisplayName>
Expand Down

0 comments on commit 3c41c6f

Please sign in to comment.