Skip to content

Commit 10acb5a

Browse files
author
minggo
authored
update version (cocos2d#18367)
1 parent 2132e48 commit 10acb5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cocos/cocos2d.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ NS_CC_BEGIN
3131

3232
CC_DLL const char* cocos2dVersion()
3333
{
34-
return "cocos2d-x-3.16";
34+
return "cocos2d-x-3.17";
3535
}
3636

3737
NS_CC_END

cocos/cocos2d.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ THE SOFTWARE.
3030

3131
// 0x00 HI ME LO
3232
// 00 03 08 00
33-
#define COCOS2D_VERSION 0x00031600
33+
#define COCOS2D_VERSION 0x00031700
3434

3535
//
3636
// all cocos2d include files

0 commit comments

Comments
 (0)