summaryrefslogtreecommitdiffstats
path: root/src/windows/installer
diff options
context:
space:
mode:
authorKevin Koch <kpkoch@mit.edu>2007-03-16 18:35:59 +0000
committerKevin Koch <kpkoch@mit.edu>2007-03-16 18:35:59 +0000
commitdeb3ee503652cc84959dda74e2c0a164a7a584cd (patch)
tree1b1d807c285ae180a68b4423a7c42b17c4e60840 /src/windows/installer
parent3f34b2d7b023aff6deb1a47cc1aa5fb8e3331756 (diff)
downloadkrb5-deb3ee503652cc84959dda74e2c0a164a7a584cd.tar.gz
krb5-deb3ee503652cc84959dda74e2c0a164a7a584cd.tar.xz
krb5-deb3ee503652cc84959dda74e2c0a164a7a584cd.zip
Update 3.1.0 to 3.2.0; update location of sample directory
Ticket: 5409 Target_Version: 1.6.1 Tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19233 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows/installer')
-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 2e270826d6..ce31bd9f04 100644
--- a/src/windows/installer/wix/site-local.wxi
+++ b/src/windows/installer/wix/site-local.wxi
@@ -6,13 +6,13 @@
<!-- TargetDir should point to build target directory and must end with
a backslash. If not specified, assume we are in TargetDir\install -->
- <?define TargetDir="c:\temp\kfw\kfw-3.1.0-alpha\"?>
+ <?define TargetDir="c:\temp\kfw\kfw-3.2.0-alpha\"?>
<!-- ConfigDir should point to directory containing configuration files
(krb5.ini, krb.con, krbrealm.con) to be bundled with the installer.
The directory name should end with a backslash. -->
- <?define ConfigDir="c:\temp\kfw\kfw-2.5-extra\sample-config\"?>
+ <?define ConfigDir="C:\Projects\Autobuild\pismere\staging\sample\"?>
<!-- VersionMajor, VersionMinor and VersionPatch must all be specified, or
none should be specified (in which case, the defaults will be
@@ -73,7 +73,7 @@
<?ifndef VersionMajor?>
<?define VersionMajor="3"?>
- <?define VersionMinor="1"?>
+ <?define VersionMinor="2"?>
<?define VersionPatch="0"?>
<?else?>
<?if Not ($(var.VersionMinor) And $(var.VersionPatch))?>