File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3131 * @type {String }
3232 * @name cc.ENGINE_VERSION
3333 */
34- window [ "CocosEngine" ] = cc . ENGINE_VERSION = "Cocos2d-JS v3.9 " ;
34+ window [ "CocosEngine" ] = cc . ENGINE_VERSION = "Cocos2d-JS v3.10 " ;
3535
3636/**
3737 * <p>
Original file line number Diff line number Diff line change 55 classpath =" ./compiler/compiler.jar" />
66 <target name =" compile" >
77 <jscomp compilationLevel =" simple" warning =" quiet"
8- debug =" false" output =" ./../lib/cocos2d-js-v3.9 -min.js" >
9- <!-- sourceMapOutputFile="./../lib/cocos2d-js-v3.9 -sourcemap" sourceMapFormat="V3" -->
8+ debug =" false" output =" ./../lib/cocos2d-js-v3.10 -min.js" >
9+ <!-- sourceMapOutputFile="./../lib/cocos2d-js-v3.10 -sourcemap" sourceMapFormat="V3" -->
1010 <sources dir =" ./../" >
1111 <file name =" Base64Images.js" />
1212 <file name =" CCBoot.js" />
302302
303303 <target name =" compile_core" >
304304 <jscomp compilationLevel =" simple" warning =" quiet"
305- debug =" false" output =" ./../lib/cocos2d-js-v3.9 -core-min.js" >
306- <!-- sourceMapOutputFile="./../lib/cocos2d-js-v3.9 -core-sourcemap" sourceMapFormat="V3" -->
305+ debug =" false" output =" ./../lib/cocos2d-js-v3.10 -core-min.js" >
306+ <!-- sourceMapOutputFile="./../lib/cocos2d-js-v3.10 -core-sourcemap" sourceMapFormat="V3" -->
307307 <sources dir =" ./../" >
308308 <file name =" CCBoot.js" />
309309 <file name =" cocos2d/core/event-manager/CCEventHelper.js" />
You can’t perform that action at this time.
0 commit comments