File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 31
31
* @type {String }
32
32
* @name cc.ENGINE_VERSION
33
33
*/
34
- window [ "CocosEngine" ] = cc . ENGINE_VERSION = "Cocos2d-JS v3.3 " ;
34
+ window [ "CocosEngine" ] = cc . ENGINE_VERSION = "Cocos2d-JS v3.4 beta " ;
35
35
36
36
/**
37
37
* <p>
Original file line number Diff line number Diff line change 5
5
classpath =" ./compiler/compiler.jar" />
6
6
<target name =" compile" >
7
7
<jscomp compilationLevel =" simple" warning =" quiet"
8
- debug =" false" output =" ./../lib/cocos2d-js-v3.3 -min.js" >
8
+ debug =" false" output =" ./../lib/cocos2d-js-v3.4-beta -min.js" >
9
9
<!-- sourceMapOutputFile="./../lib/cocos2d-js-v3.3-beta0-sourcemap" sourceMapFormat="V3" -->
10
10
<sources dir =" ./../" >
11
11
<file name =" Base64Images.js" />
298
298
299
299
<target name =" compile_core" >
300
300
<jscomp compilationLevel =" simple" warning =" quiet"
301
- debug =" false" output =" ./../lib/cocos2d-js-v3.3 -core-min.js" >
301
+ debug =" false" output =" ./../lib/cocos2d-js-v3.4-beta -core-min.js" >
302
302
<!-- sourceMapOutputFile="./../lib/cocos2d-js-v3.3-beta0-core-sourcemap" sourceMapFormat="V3" -->
303
303
<sources dir =" ./../" >
304
304
<file name =" CCBoot.js" />
You can’t perform that action at this time.
0 commit comments