Revert version number inclusion, it doesn't work like I want it to.

This commit is contained in:
Raoul Snyman 2019-05-04 22:10:04 -07:00
parent 62a2d3f779
commit cccbb6d246
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
<?define Comments="OpenLP is open source under the GNU General Public License"?>
<?define UpgradeCode="8C5881AC-8F1E-4937-BB99-B823FABF18F0"?>
<?define Platform="%(platform)s"?>
<Product Name="$(var.ProductName) $(var.ProductVersion)" Manufacturer="$(var.Manufacturer)" Id="$(var.ProductCode)"
<Product Name="$(var.ProductName)" Manufacturer="$(var.Manufacturer)" Id="$(var.ProductCode)"
UpgradeCode="$(var.UpgradeCode)" Language="1033" Codepage="1252" Version="$(var.ProductVersion)">
<Package Id="*" Keywords="Installer" Description="$(var.Description)" Comments="$(var.Comments)"
Manufacturer="$(var.Manufacturer)" InstallerVersion="251" Languages="1033" Compressed="yes"