mirror of https://github.com/axmolengine/axmol.git
Merge pull request #4742 from minggo/develop
update cocos2d-x version string
This commit is contained in:
commit
3680995f0b
|
@ -30,7 +30,7 @@ NS_CC_BEGIN
|
|||
|
||||
const char* cocos2dVersion()
|
||||
{
|
||||
return "3.0-beta0-pre";
|
||||
return "3.0-beta";
|
||||
}
|
||||
|
||||
NS_CC_END
|
||||
|
|
Loading…
Reference in New Issue