Updating version numbers for 2.11-rc4.

git-svn-id: http://svn.openlayers.org/branches/openlayers/2.11@12320 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2011-09-03 15:40:52 +00:00
parent d29b14d3e5
commit c36c896601
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/env python2.6
import sys import sys
sys.path.append("../tools") sys.path.append("../tools")
+1 -1
View File
@@ -381,4 +381,4 @@
/** /**
* Constant: VERSION_NUMBER * Constant: VERSION_NUMBER
*/ */
OpenLayers.VERSION_NUMBER="Release 2.11-rc3"; OpenLayers.VERSION_NUMBER="Release 2.11-rc4";
+1 -1
View File
@@ -7,7 +7,7 @@ var OpenLayers = {
/** /**
* Constant: VERSION_NUMBER * Constant: VERSION_NUMBER
*/ */
VERSION_NUMBER: "Release 2.11-rc3", VERSION_NUMBER: "Release 2.11-rc4",
/** /**
* Constant: singleFile * Constant: singleFile