diff options
Diffstat (limited to 'wix/config.make')
-rw-r--r-- | wix/config.make | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/wix/config.make b/wix/config.make new file mode 100644 index 0000000..43cfcb8 --- /dev/null +++ b/wix/config.make @@ -0,0 +1,14 @@ +# Hardcoded version numbers in xsd.wsx: +# +# xerces_c_3_1_1_doc_html_index_html_file +# +XSD_VERSION := 4.0.0 +XERCES_VERSION := 3.1.1 + +# Change with each major/minor version change (e.g., 2.3.1 to 2.4.0). +# +PRODUCT_CODE := 5BB83ECA-7A53-41F5-9821-639F79C2D969 + +# Change with each major/minor version change (e.g., 2.3.1 to 2.4.0). +# +UPGRADE_CODE := FA42588E-3F21-4F31-90C0-E17FF22660AB |