[Commits] r2807 - sandbox/gxm/geoext/gxm/lib

commits at geoext.org commits at geoext.org
Mon Aug 15 13:33:30 CEST 2011


Author: marcjansen
Date: 2011-08-15 13:33:29 +0200 (Mon, 15 Aug 2011)
New Revision: 2807

Modified:
   sandbox/gxm/geoext/gxm/lib/GXM.loader.js
Log:
[gxm] set a sane version number

Modified: sandbox/gxm/geoext/gxm/lib/GXM.loader.js
===================================================================
--- sandbox/gxm/geoext/gxm/lib/GXM.loader.js	2011-08-11 13:41:58 UTC (rev 2806)
+++ sandbox/gxm/geoext/gxm/lib/GXM.loader.js	2011-08-15 11:33:29 UTC (rev 2807)
@@ -19,7 +19,7 @@
      */
     var singleFile = (Ext.isObject(GXM) && GXM.singleFile);
 
-    window.GXM = Ext.apply(GXM || {}, {version:'1.0.0'});
+    window.GXM = Ext.apply(GXM || {}, {version:'0.0.1'});
     
     /**
      * The relative path of this script.



More information about the Commits mailing list