set correct VERSION_NUMBER

This commit is contained in:
Bart van den Eijnden
2013-07-09 11:26:12 +02:00
parent 49dd5a4fd8
commit f4a4090814
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -426,4 +426,4 @@
* When asking questions or reporting issues, make sure to include the output of * When asking questions or reporting issues, make sure to include the output of
* OpenLayers.VERSION_NUMBER in the question or issue-description. * OpenLayers.VERSION_NUMBER in the question or issue-description.
*/ */
OpenLayers.VERSION_NUMBER="Release 2.13"; OpenLayers.VERSION_NUMBER="Release 2.13.1";
+1 -1
View File
@@ -7,7 +7,7 @@ var OpenLayers = {
/** /**
* Constant: VERSION_NUMBER * Constant: VERSION_NUMBER
*/ */
VERSION_NUMBER: "Release 2.13", VERSION_NUMBER: "Release 2.13.1",
/** /**
* Constant: singleFile * Constant: singleFile