Update 3.1.0 to 3.2.0; update location of sample directory
authorKevin Koch <kpkoch@mit.edu>
Fri, 16 Mar 2007 18:35:59 +0000 (18:35 +0000)
committerKevin Koch <kpkoch@mit.edu>
Fri, 16 Mar 2007 18:35:59 +0000 (18:35 +0000)
Ticket: 5409
Target_Version: 1.6.1
Tags: pullup

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19233 dc483132-0cff-0310-8789-dd5450dbe970

src/windows/installer/wix/site-local.wxi

index 2e270826d679e1ae778832862a30929ae1b9b735..ce31bd9f0412f8e2f143f5e2263ee97746397db1 100644 (file)
@@ -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))?>