[mapguide-commits] r9046 - branches/3.1/Installer/Installers/MapGuide

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Mon Sep 19 07:28:34 PDT 2016


Author: jng
Date: 2016-09-19 07:28:34 -0700 (Mon, 19 Sep 2016)
New Revision: 9046

Modified:
   branches/3.1/Installer/Installers/MapGuide/MapGuide.wxs
Log:
#2741: Update FDO version to 4.1

Modified: branches/3.1/Installer/Installers/MapGuide/MapGuide.wxs
===================================================================
--- branches/3.1/Installer/Installers/MapGuide/MapGuide.wxs	2016-09-19 13:57:19 UTC (rev 9045)
+++ branches/3.1/Installer/Installers/MapGuide/MapGuide.wxs	2016-09-19 14:28:34 UTC (rev 9046)
@@ -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="4.0" />
-        <Property Id="FDO_VERSION" Secure="yes" Value="4.0.0.0" />
+        <Property Id="FDO_VERSION_SMALL" Secure="yes" Value="4.1" />
+        <Property Id="FDO_VERSION" Secure="yes" Value="4.1.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