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

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed Apr 19 06:31:19 PDT 2017


Author: jng
Date: 2017-04-19 06:31:19 -0700 (Wed, 19 Apr 2017)
New Revision: 9152

Modified:
   trunk/Installer/Installers/MapGuide/MapGuide.wxs
   trunk/Installer/build.bat
Log:
Update installer version numbers to reflect trunk

Modified: trunk/Installer/Installers/MapGuide/MapGuide.wxs
===================================================================
--- trunk/Installer/Installers/MapGuide/MapGuide.wxs	2017-04-19 13:25:28 UTC (rev 9151)
+++ trunk/Installer/Installers/MapGuide/MapGuide.wxs	2017-04-19 13:31:19 UTC (rev 9152)
@@ -48,8 +48,8 @@
         <Property Id="APACHE_PORT" Secure="yes" Value="8008" />
         <Property Id="APACHE_VERSION" Secure="yes" Value="2.4.18" />
         <Property Id="PHP_VERSION" Secure="yes" Value="5.6.23" />
-        <Property Id="MG_VERSION_MAJOR_MINOR" Secure="yes" Value="3.1" />
-        <Property Id="APP_POOL_NAME" Secure="yes" Value="MapGuide31AppPool">
+        <Property Id="MG_VERSION_MAJOR_MINOR" Secure="yes" Value="3.3" />
+        <Property Id="APP_POOL_NAME" Secure="yes" Value="MapGuide33AppPool">
             <RegistrySearch
             Id="MgAppPoolNameRs"
             Type="raw"
@@ -68,8 +68,8 @@
         <!-- 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 -->
-        <Property Id="PHP_FCGI_HANDLER_NAME" Value="MapGuide_3.1_PHP_via_FastCGI" />
-        <Property Id="MAPAGENT_ISAPI_NAME" Value="MapGuide 3.1 MapAgent ISAPI handler" />
+        <Property Id="PHP_FCGI_HANDLER_NAME" Value="MapGuide_3.3_PHP_via_FastCGI" />
+        <Property Id="MAPAGENT_ISAPI_NAME" Value="MapGuide 3.3 MapAgent ISAPI handler" />
 
         <!-- 
         These are currently static, though there is opportunity in the future for these

Modified: trunk/Installer/build.bat
===================================================================
--- trunk/Installer/build.bat	2017-04-19 13:25:28 UTC (rev 9151)
+++ trunk/Installer/build.bat	2017-04-19 13:31:19 UTC (rev 9152)
@@ -40,7 +40,7 @@
 
 SET TYPEACTION=build
 SET CULTURE=en-US
-SET INSTALLER_VERSION_MAJOR_MINOR=3.1
+SET INSTALLER_VERSION_MAJOR_MINOR=3.3
 SET INSTALLER_VERSION_MAJOR_MINOR_REV=%INSTALLER_VERSION_MAJOR_MINOR%.0
 SET INSTALLER_NAME=MapGuideOpenSource-%INSTALLER_VERSION_MAJOR_MINOR_REV%-Trunk-%CULTURE%-%TYPEBUILD%-%PLATFORM_CLR%
 SET INSTALLER_VERSION=%INSTALLER_VERSION_MAJOR_MINOR_REV%.0



More information about the mapguide-commits mailing list