Skip to content

Commit

Permalink
set correct VERSION_NUMBER
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart van den Eijnden committed Jul 9, 2013
1 parent 49dd5a4 commit f4a4090
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/OpenLayers.js
Original file line number Diff line number Diff line change
Expand Up @@ -426,4 +426,4 @@
* 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="Release 2.13";
OpenLayers.VERSION_NUMBER="Release 2.13.1";
2 changes: 1 addition & 1 deletion lib/OpenLayers/SingleFile.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ var OpenLayers = {
/**
* Constant: VERSION_NUMBER
*/
VERSION_NUMBER: "Release 2.13",
VERSION_NUMBER: "Release 2.13.1",

/**
* Constant: singleFile
Expand Down

0 comments on commit f4a4090

Please sign in to comment.