diff --git a/cocos/cocos2d.cpp b/cocos/cocos2d.cpp index b89ac9785922..6927faea0d7f 100644 --- a/cocos/cocos2d.cpp +++ b/cocos/cocos2d.cpp @@ -32,7 +32,7 @@ NS_CC_BEGIN CC_DLL const char* cocos2dVersion() { - return "cocos2d-x-3.17.1"; + return "cocos2d-x-3.17.2"; } NS_CC_END diff --git a/cocos/cocos2d.h b/cocos/cocos2d.h index 84bca472f29f..f10912b97a28 100644 --- a/cocos/cocos2d.h +++ b/cocos/cocos2d.h @@ -31,7 +31,7 @@ THE SOFTWARE. // 0x00 HI ME LO // 00 03 08 00 -#define COCOS2D_VERSION 0x00031701 +#define COCOS2D_VERSION 0x00031702 // // all cocos2d include files diff --git a/docs/doxygen.config b/docs/doxygen.config index 11b8260a254d..1a111610ab5e 100644 --- a/docs/doxygen.config +++ b/docs/doxygen.config @@ -38,7 +38,7 @@ PROJECT_NAME = Cocos2d-x # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = v3.17.1 +PROJECT_NUMBER = v3.17.2 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a