[mapguide-commits] r5000 -
sandbox/maestro-3.0/OSGeo.MapGuide.MaestroAPI
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Wed Jul 7 04:23:07 EDT 2010
Author: jng
Date: 2010-07-07 08:23:07 +0000 (Wed, 07 Jul 2010)
New Revision: 5000
Modified:
sandbox/maestro-3.0/OSGeo.MapGuide.MaestroAPI/SiteVersion.cs
Log:
Add MGE2011 to known site versions
Modified: sandbox/maestro-3.0/OSGeo.MapGuide.MaestroAPI/SiteVersion.cs
===================================================================
--- sandbox/maestro-3.0/OSGeo.MapGuide.MaestroAPI/SiteVersion.cs 2010-07-07 08:19:57 UTC (rev 4999)
+++ sandbox/maestro-3.0/OSGeo.MapGuide.MaestroAPI/SiteVersion.cs 2010-07-07 08:23:07 UTC (rev 5000)
@@ -77,7 +77,11 @@
/// <summary>
/// MapGuide Open Source 2.1.0
/// </summary>
- MapGuideOS2_1,
+ MapGuideOS2_1,
+ /// <summary>
+ /// MapGuide Enterprise 2011
+ /// </summary>
+ MapGuideEP2011,
}
public class SiteVersions
@@ -100,6 +104,7 @@
new Version(2,1,0,3505), //MGE 2010 Update 1
new Version(2,1,0,3701), //MGE 2010 Update 1b
new Version(2,1,0,4283), //MGOS 2.1.0
+ new Version(2,2,0,5305), //MGE 2011
};
/// <summary>
More information about the mapguide-commits
mailing list