Skip to content

Commit

Permalink
Update version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Dijji committed May 31, 2020
1 parent 176cdb8 commit 5ac7f9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified PropertyHandler/FileMetaPropertyHandler.rc
Binary file not shown.
4 changes: 2 additions & 2 deletions Setup/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Also thanks to Alek Davis for the 32/64-bit strategy: http://alekdavis.blogspot.
-->

<?define ProductName = "File Metadata" ?>
<?define ProductVersion = "1.6.0.3" ?>
<?define ProductVersion = "1.6.0.4" ?>

<?if $(var.Platform) = x64 ?>
<?define ProductDisplayName = "$(var.ProductName) 64-bit" ?>
Expand Down Expand Up @@ -34,7 +34,7 @@ Also thanks to Alek Davis for the 32/64-bit strategy: http://alekdavis.blogspot.

<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product Id="$(var.ProductId)" Name="$(var.ProductDisplayName) (v$(var.ProductVersion))"
Language="1033" Version="1.6.7353.0" Manufacturer="Dijji" UpgradeCode="$(var.ProductUpgradeCode)">
Language="1033" Version="1.6.7354.0" Manufacturer="Dijji" UpgradeCode="$(var.ProductUpgradeCode)">
<Package InstallerVersion="400" Compressed="yes" InstallScope="perMachine" />
<Condition Message="[ProductName] is for Windows Vista, Windows Server 2008, or higher.">
<![CDATA[Installed OR (VersionNT >= 600)]]>
Expand Down

0 comments on commit 5ac7f9f

Please sign in to comment.