Change to 2.9.9.9

This commit is contained in:
Stefan Frederik 2021-09-09 22:12:07 +02:00
parent 113f25a19b
commit 871f892f48
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"> <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product Id="*" Name="Xschem" Language="1033" Version="2.9.9.8" Manufacturer="Xschem" UpgradeCode="0deb9c17-cbbd-491c-be3e-24446b27ccd5"> <Product Id="*" Name="Xschem" Language="1033" Version="2.9.9.9" Manufacturer="Xschem" UpgradeCode="0deb9c17-cbbd-491c-be3e-24446b27ccd5">
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" /> <Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" />
<WixVariable Id="WixUILicenseRtf" <WixVariable Id="WixUILicenseRtf"
Value="License.rtf" /> Value="License.rtf" />
@ -22,7 +22,7 @@
<UpgradeVersion <UpgradeVersion
Property="OLD_VERSION_FOUND" Property="OLD_VERSION_FOUND"
Minimum="2.9.8.0" Minimum="2.9.8.0"
Maximum="2.9.9.4" Maximum="2.9.9.8"
IncludeMinimum="yes" IncludeMinimum="yes"
IncludeMaximum="no" IncludeMaximum="no"
OnlyDetect="no" OnlyDetect="no"
@ -30,7 +30,7 @@
MigrateFeatures="yes" /> MigrateFeatures="yes" />
<UpgradeVersion <UpgradeVersion
Property="NEWER_VERSION_FOUND" Property="NEWER_VERSION_FOUND"
Minimum="2.9.9.4" Minimum="2.9.9.8"
IncludeMinimum="no" IncludeMinimum="no"
OnlyDetect="yes" /> OnlyDetect="yes" />
</Upgrade> </Upgrade>