aboutsummaryrefslogtreecommitdiff
path: root/src/windows/installer/wix/site-local.wxi
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows/installer/wix/site-local.wxi')
-rw-r--r--src/windows/installer/wix/site-local.wxi6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/windows/installer/wix/site-local.wxi b/src/windows/installer/wix/site-local.wxi
index 12a32db..86afc00 100644
--- a/src/windows/installer/wix/site-local.wxi
+++ b/src/windows/installer/wix/site-local.wxi
@@ -49,10 +49,10 @@
<!-- At most one of the following could be defined and must correspond
to the type of build performed. -->
- <!--<?define Release?>-->
+ <?define Release?>
<!-- Optional defines -->
- <!-- <?define Beta="1"?> --> <!-- Numeric Beta identifier -->
+ <?define Beta="1"?> <!-- Numeric Beta identifier -->
<!-- <?define OldHelp?> --> <!-- Specifies the use of the old leash32.hlp file
instead of the new leash32.chm file -->
@@ -68,7 +68,7 @@
<?ifndef VersionMajor?>
<?define VersionMajor="4"?>
- <?define VersionMinor="1"?>
+ <?define VersionMinor="3"?>
<?define VersionPatch="0"?>
<?else?>
<?if Not ($(var.VersionMinor) And $(var.VersionPatch))?>