Skip to content

Commit c8d4105

Browse files
author
Bart van den Eijnden
committed
set VERSION_NUMBER to 2.13 final
1 parent d60d1e5 commit c8d4105

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-rc7";
429+
OpenLayers.VERSION_NUMBER="Release 2.13";

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-rc7",
10+
VERSION_NUMBER: "Release 2.13",
1111

1212
/**
1313
* Constant: singleFile

0 commit comments

Comments
 (0)