Compare commits

...

6 Commits

Author SHA1 Message Date
crschmidt ed37a0c0bf Tagging the 2.11-rc2 release.
git-svn-id: http://svn.openlayers.org/tags/openlayers/release-2.11-rc2@12224 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-08-08 14:14:13 +00:00
crschmidt 78c2e7767b Updating version numbers for 2.11-rc2.
git-svn-id: http://svn.openlayers.org/branches/openlayers/2.11@12223 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-08-08 14:14:11 +00:00
crschmidt 911393123e Branching for the 2.11 release
git-svn-id: http://svn.openlayers.org/branches/openlayers/2.11@12222 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-08-08 14:13:46 +00:00
crschmidt fcd2a62fa3 Branching for the 2.11 release
git-svn-id: http://svn.openlayers.org/branches/openlayers/2.11@12220 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-08-08 14:05:07 +00:00
crschmidt 9a3db8c5b7 Updating version numbers for 2.11-rc1.
git-svn-id: http://svn.openlayers.org/branches/openlayers/2.11@11996 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-05-23 14:33:54 +00:00
crschmidt e846551c2c Branching for the 2.11 release
git-svn-id: http://svn.openlayers.org/branches/openlayers/2.11@11995 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2011-05-23 14:25:10 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -383,4 +383,4 @@
/** /**
* Constant: VERSION_NUMBER * Constant: VERSION_NUMBER
*/ */
OpenLayers.VERSION_NUMBER="$Revision$"; OpenLayers.VERSION_NUMBER="Release 2.11-rc2";
+1 -1
View File
@@ -7,7 +7,7 @@ var OpenLayers = {
/** /**
* Constant: VERSION_NUMBER * Constant: VERSION_NUMBER
*/ */
VERSION_NUMBER: "$Revision$", VERSION_NUMBER: "Release 2.11-rc2",
/** /**
* Constant: singleFile * Constant: singleFile