From 7562f7097f14c4412bd0ff3105001e76e5933d2c Mon Sep 17 00:00:00 2001 From: crschmidt Date: Fri, 6 Oct 2006 01:03:13 +0000 Subject: [PATCH] Add revision property. This should allow us to check what version of the code people are using, useful for debugging. git-svn-id: http://svn.openlayers.org/trunk/openlayers@1623 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/OpenLayers.js b/lib/OpenLayers.js index be795884f4..12d6977a52 100644 --- a/lib/OpenLayers.js +++ b/lib/OpenLayers.js @@ -117,3 +117,4 @@ if (typeof(_OPENLAYERS_SFL_) == "undefined") { if (allScriptTags) document.write(allScriptTags); })(); } +OpenLayers.VERSION_NUMBER="$Revision$";