summaryrefslogtreecommitdiffstats
path: root/src/windows/installer/wix
diff options
context:
space:
mode:
authorJeffrey Altman <jaltman@secure-endpoints.com>2007-10-18 15:22:43 +0000
committerJeffrey Altman <jaltman@secure-endpoints.com>2007-10-18 15:22:43 +0000
commit82121748683e080b2937e05618fd26a6dafbfbc0 (patch)
tree90dd13b76ee725541f54c3a62cdabec2f5b9f26a /src/windows/installer/wix
parentca917d8b2a542bc8c06fc4d31c7fad7218063518 (diff)
downloadkrb5-82121748683e080b2937e05618fd26a6dafbfbc0.tar.gz
krb5-82121748683e080b2937e05618fd26a6dafbfbc0.tar.xz
krb5-82121748683e080b2937e05618fd26a6dafbfbc0.zip
KFW: BUG: WIX: Beta value hard coded
The beta variable value was inadvertantly committed as part of ticket 5820 (Revision 20117). The build script needs to export this value when appropriate. ticket: new component: windows tags: pullup target: 1.6.3 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20128 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows/installer/wix')
-rw-r--r--src/windows/installer/wix/site-local-tagged.wxi2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/windows/installer/wix/site-local-tagged.wxi b/src/windows/installer/wix/site-local-tagged.wxi
index c9a5651128..26d6d7ede2 100644
--- a/src/windows/installer/wix/site-local-tagged.wxi
+++ b/src/windows/installer/wix/site-local-tagged.wxi
@@ -59,7 +59,7 @@
<?define DebugSyms?>
<!-- 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 -->