Skip to content

Commit 0412410

Browse files
committed
set VERSION_NUMBER to Release 2.12
1 parent 3b69a30 commit 0412410

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
@@ -414,4 +414,4 @@
414414
/**
415415
* Constant: VERSION_NUMBER
416416
*/
417-
OpenLayers.VERSION_NUMBER="Release 2.12-rc7";
417+
OpenLayers.VERSION_NUMBER="Release 2.12";

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

1212
/**
1313
* Constant: singleFile

0 commit comments

Comments
 (0)