Browse Source

windows: WiX/Windows does not like using -dev in versions.

master
Reece H. Dunn 8 years ago
parent
commit
d98274a8ee
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/windows/installer/Product.wxs

+ 1
- 1
src/windows/installer/Product.wxs View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?define ProductName = "eSpeak NG Text-to-Speech" ?>
<?define ProductVendor = "Cainteoir Text-to-Speech" ?>
<?define ProductVersion = "1.49.2-dev" ?>
<?define ProductVersion = "1.49.2" ?>
<?define CLSID_TtsEngine = "{61D23633-CE59-4101-8158-569FC6B51B49}" ?>
<?if $(var.Platform) = x64 ?>
<?define ProductDisplayName = "$(var.ProductName) 64-bit" ?>

Loading…
Cancel
Save