update js binding version info

This commit is contained in:
XiaoFeng 2015-10-20 17:04:31 +08:00
parent 18b7b533ce
commit 428db9c458
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@
#include <assert.h>
#include <memory>
#define ENGINE_VERSION "Cocos2d-JS v3.9 Beta"
#define ENGINE_VERSION "Cocos2d-JS v3.9 Beta0"
void js_log(const char *format, ...);

View File

@ -26,7 +26,7 @@
// CCConfig.js
//
cc.ENGINE_VERSION = "Cocos2d-JS v3.9 Beta";
cc.ENGINE_VERSION = "Cocos2d-JS v3.9 Beta0";
cc.FIX_ARTIFACTS_BY_STRECHING_TEXEL = 0;
cc.DIRECTOR_STATS_POSITION = {x: 0, y: 0};