[mapguide-commits] r8611 - branches/3.0/Installer/Installers/MapGuide

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed Apr 1 08:45:26 PDT 2015


Author: jng
Date: 2015-04-01 08:45:26 -0700 (Wed, 01 Apr 2015)
New Revision: 8611

Modified:
   branches/3.0/Installer/Installers/MapGuide/MapGuide.wxs
Log:
#2555: Update FDO version to 4.0

Modified: branches/3.0/Installer/Installers/MapGuide/MapGuide.wxs
===================================================================
--- branches/3.0/Installer/Installers/MapGuide/MapGuide.wxs	2015-04-01 02:17:28 UTC (rev 8610)
+++ branches/3.0/Installer/Installers/MapGuide/MapGuide.wxs	2015-04-01 15:45:26 UTC (rev 8611)
@@ -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