[mapguide-commits] r7631 - trunk/Tools/Maestro/OSGeo.MapGuide.MaestroAPI

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Jun 18 23:59:08 PDT 2013


Author: jng
Date: 2013-06-18 23:59:08 -0700 (Tue, 18 Jun 2013)
New Revision: 7631

Modified:
   trunk/Tools/Maestro/OSGeo.MapGuide.MaestroAPI/SiteVersion.cs
Log:
Update known site version list

Modified: trunk/Tools/Maestro/OSGeo.MapGuide.MaestroAPI/SiteVersion.cs
===================================================================
--- trunk/Tools/Maestro/OSGeo.MapGuide.MaestroAPI/SiteVersion.cs	2013-06-19 05:01:00 UTC (rev 7630)
+++ trunk/Tools/Maestro/OSGeo.MapGuide.MaestroAPI/SiteVersion.cs	2013-06-19 06:59:08 UTC (rev 7631)
@@ -98,6 +98,9 @@
         /// MapGuide Open Source 2.4.0
         /// </summary>
         MapGuideOS2_4,
+        Aims2013_SP1,
+        MapGuideOS2_5,
+        Aims2014
 	}
 
     /// <summary>
@@ -127,7 +130,10 @@
             new Version(2,2,0,6001),    //MGE 2011 Update 1
             new Version(2,2,0,5703),    //MGOS 2.2.0
             new Version(2,3,0,4202),    //AIMS 2012
-            new Version(2,4,0,7096)     //MGOS 2.4.0
+            new Version(2,4,0,7096),    //MGOS 2.4.0
+            new Version(2,4,0,5901),    //AIMS 2013 SP1
+            new Version(2,5,0,7449),    //MGOS 2.5.0
+            new Version(2,5,1,7601)     //AIMS 2014
 		};
 
         /// <summary>



More information about the mapguide-commits mailing list