[Commits] r2112 - core/trunk/geoext/build
commits at geoext.org
commits at geoext.org
Mon Apr 26 12:23:02 CEST 2010
Author: bartvde
Date: 2010-04-26 12:23:01 +0200 (Mon, 26 Apr 2010)
New Revision: 2112
Modified:
core/trunk/geoext/build/Makefile
Log:
use GeoExt.version for version info since it is more in line with Ext JS, r=ahocevar (closes #251)
Modified: core/trunk/geoext/build/Makefile
===================================================================
--- core/trunk/geoext/build/Makefile 2010-04-26 09:20:01 UTC (rev 2111)
+++ core/trunk/geoext/build/Makefile 2010-04-26 10:23:01 UTC (rev 2112)
@@ -48,7 +48,7 @@
mkdir -p $(LIB_NAME)/script $(LIB_NAME)/resources/css
jsbuild full.cfg -v -o $(LIB_NAME)/script/ -j GeoExt.js
- echo "GeoExt.VERSION_NUMBER='$(VERSION)';" >> $(LIB_NAME)/script/GeoExt.js
+ echo "GeoExt.version='$(VERSION)';" >> $(LIB_NAME)/script/GeoExt.js
rsync -au --exclude=.svn `pwd`/../resources `pwd`/$(LIB_NAME)
More information about the Commits
mailing list