Skip to content

Commit 457ba49

Browse files
committed
Prepare for 5.0.7 release.
1 parent f050105 commit 457ba49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packaging/msi/FDBInstaller.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
<Wix xmlns='http://schemas.microsoft.com/wix/2006/wi'>
3434
<Product Name='$(var.Title)'
35-
Id='{193E8019-234D-4DB0-8241-F7F21EFE8104}'
35+
Id='{E6DF6C37-C527-448E-B47D-A68F94CA3BE9}'
3636
UpgradeCode='{A95EA002-686E-4164-8356-C715B7F8B1C8}'
3737
Version='$(var.Version)'
3838
Manufacturer='$(var.Manufacturer)'

versions.target

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
4-
<Version>5.0.6</Version>
4+
<Version>5.0.7</Version>
55
<PackageName>5.0</PackageName>
66
</PropertyGroup>
77
</Project>

0 commit comments

Comments
 (0)