[mapguide-commits] r8612 - in trunk/Installer: . Installers/MapGuide

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed Apr 1 08:50:43 PDT 2015


Author: jng
Date: 2015-04-01 08:50:42 -0700 (Wed, 01 Apr 2015)
New Revision: 8612

Modified:
   trunk/Installer/
   trunk/Installer/Installers/MapGuide/MapGuide.wxs
Log:
Merged revision(s) 8611 from branches/3.0/Installer:
#2555: Update FDO version to 4.0
........



Property changes on: trunk/Installer
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/2.4/Installer:6987-6988
   + /branches/2.4/Installer:6987-6988
/branches/3.0/Installer:8611

Modified: trunk/Installer/Installers/MapGuide/MapGuide.wxs
===================================================================
--- trunk/Installer/Installers/MapGuide/MapGuide.wxs	2015-04-01 15:45:26 UTC (rev 8611)
+++ trunk/Installer/Installers/MapGuide/MapGuide.wxs	2015-04-01 15:50:42 UTC (rev 8612)
@@ -63,8 +63,8 @@
         <Property Id="MG_CLIENT_PORT" Secure="yes" Value="2811" />
         <Property Id="MG_SITE_PORT" Secure="yes" Value="2812" />
         <!-- Used by FdoRegUtil.exe -->
-        <Property Id="FDO_VERSION_SMALL" Secure="yes" Value="3.9" />
-        <Property Id="FDO_VERSION" Secure="yes" Value="3.9.0.0" />
+        <Property Id="FDO_VERSION_SMALL" Secure="yes" Value="4.0" />
+        <Property Id="FDO_VERSION" Secure="yes" Value="4.0.0.0" />
         <!-- IIS vars -->
         <Property Id="ASPNETVERSION" Value="v4.0" />
         <!-- Don't try to use MG_VERSION_MAJOR_MINOR here. I tried. Just accept it and hardcode the number -->



More information about the mapguide-commits mailing list