Merge pull request #6287 from minggo/update-version

update version information
This commit is contained in:
minggo 2014-04-15 14:00:08 +08:00
commit b68ff69ad0
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
92af7d01ae301982038e9f464b790c0a314698bb
f9627687e49dc44eace02e9648208c4cd1987246

View File

@ -31,7 +31,7 @@ NS_CC_BEGIN
const char* cocos2dVersion()
{
return "3.0";
return "3.0-rc2";
}
NS_CC_END