updates cocos2d version

This commit is contained in:
Ricardo Quesada 2015-07-24 15:53:18 -07:00
parent a256df68c1
commit 76982dac89
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ NS_CC_BEGIN
CC_DLL const char* cocos2dVersion()
{
return "cocos2d-x-3.7";
return "cocos2d-x-3.8-github";
}
NS_CC_END