type in the version string of WMSCapabilities

git-svn-id: http://svn.openlayers.org/trunk/openlayers@9287 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Éric Lemoine
2009-04-14 11:15:46 +00:00
parent 1c319bc4a7
commit 625766b492

View File

@@ -16,7 +16,7 @@ OpenLayers.Format.WMSCapabilities.v1_1_1 = OpenLayers.Class(
* Property: version
* {String} The specific parser version.
*/
version: "1.1.0",
version: "1.1.1",
/**
* Constructor: OpenLayers.Format.WMSCapabilities.v1_1_1
@@ -34,4 +34,4 @@ OpenLayers.Format.WMSCapabilities.v1_1_1 = OpenLayers.Class(
CLASS_NAME: "OpenLayers.Format.WMSCapabilities.v1_1_1"
});
});