mirror of
https://github.com/StefanSchippers/xschem.git
synced 2026-08-22 14:17:32 +02:00
Change to 2.9.9.9
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user