Skip to content

Commit b172c6d

Browse files
committed
Update version numbers
1 parent a076f39 commit b172c6d

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

CommandLine/FileMeta.rc

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

Setup/Product.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Also thanks to Alek Davis for the 32/64-bit strategy: http://alekdavis.blogspot.
3434

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

0 commit comments

Comments
 (0)