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.6 " ;
34+ window [ "CocosEngine" ] = cc . ENGINE_VERSION = "Cocos2d-JS v3.7 Beta0 " ;
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.6 -min.js" >
9- <!-- sourceMapOutputFile="./../lib/cocos2d-js-v3.6 -sourcemap" sourceMapFormat="V3" -->
8+ debug =" false" output =" ./../lib/cocos2d-js-v3.7 -min.js" >
9+ <!-- sourceMapOutputFile="./../lib/cocos2d-js-v3.7 -sourcemap" sourceMapFormat="V3" -->
1010 <sources dir =" ./../" >
1111 <file name =" Base64Images.js" />
1212 <file name =" CCBoot.js" />
300300
301301 <target name =" compile_core" >
302302 <jscomp compilationLevel =" simple" warning =" quiet"
303- debug =" false" output =" ./../lib/cocos2d-js-v3.6 -core-min.js" >
304- <!-- sourceMapOutputFile="./../lib/cocos2d-js-v3.6 -core-sourcemap" sourceMapFormat="V3" -->
303+ debug =" false" output =" ./../lib/cocos2d-js-v3.7 -core-min.js" >
304+ <!-- sourceMapOutputFile="./../lib/cocos2d-js-v3.7 -core-sourcemap" sourceMapFormat="V3" -->
305305 <sources dir =" ./../" >
306306 <file name =" CCBoot.js" />
307307 <file name =" cocos2d/core/platform/CCClass.js" />
You can’t perform that action at this time.
0 commit comments