set version number to 2.13-rc3

This commit is contained in:
Bart van den Eijnden
2013-05-17 13:16:49 +02:00
parent 1d948fc914
commit 572d78fb4d
2 changed files with 2 additions and 2 deletions

View File

@@ -425,4 +425,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-rc2"; OpenLayers.VERSION_NUMBER="Release 2.13-rc3";

View File

@@ -7,7 +7,7 @@ var OpenLayers = {
/** /**
* Constant: VERSION_NUMBER * Constant: VERSION_NUMBER
*/ */
VERSION_NUMBER: "Release 2.13-rc2", VERSION_NUMBER: "Release 2.13-rc3",
/** /**
* Constant: singleFile * Constant: singleFile