Skip to content

Commit f4a4090

Browse files
author
Bart van den Eijnden
committed
set correct VERSION_NUMBER
1 parent 49dd5a4 commit f4a4090

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/OpenLayers.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -426,4 +426,4 @@
426426
* When asking questions or reporting issues, make sure to include the output of
427427
* OpenLayers.VERSION_NUMBER in the question or issue-description.
428428
*/
429-
OpenLayers.VERSION_NUMBER="Release 2.13";
429+
OpenLayers.VERSION_NUMBER="Release 2.13.1";

lib/OpenLayers/SingleFile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ var OpenLayers = {
77
/**
88
* Constant: VERSION_NUMBER
99
*/
10-
VERSION_NUMBER: "Release 2.13",
10+
VERSION_NUMBER: "Release 2.13.1",
1111

1212
/**
1313
* Constant: singleFile

0 commit comments

Comments
 (0)