cocos2d / cocos2d-console

cocos2d command line tool
152 stars 190 forks source link

Add cocos2d-x version information into "cocos -v" #339

Open linshun opened 8 years ago

linshun commented 8 years ago

"cocos -v" should display cocos2d-x version and cocos console version information.

@natural-law

natural-law commented 8 years ago

@lyinch In fact, there is a method in utils for get the engine version. Take a look at the PR: https://github.com/cocos2d/cocos2d-console/pull/343

After all, thanks for your contribution.