Skip to content

Commit fea0b04

Browse files
authored
update versoin code (#19265)
1 parent cc6ffbd commit fea0b04

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cocos/cocos2d.h

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

3232
// 0x00 HI ME LO
3333
// 00 03 08 00
34-
#define COCOS2D_VERSION 0x00031700
34+
#define COCOS2D_VERSION 0x00031701
3535

3636
//
3737
// all cocos2d include files

docs/RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The 3.17.1 release focuses on bug fixing.
2020
- Android upgrade Gradle to 4.6, SDK 28, android gradle plugin 3.1.0
2121
- upgrade LuaJIT to 2.1.0-beta3, fix random crash in 3.17 Lua release mode
2222
- upgrade libwebsockets to 2.4.2
23-
- FileUtils provide thread-safe implementation and add missing cross-platform interface
23+
- FileUtils provide thread-safe implementation and add missing cross-platform interfaces
2424
- limit Labels text length to fix render error
2525
- add Downloader binding to Lua
2626

docs/doxygen.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = Cocos2d-x
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = v3.16
41+
PROJECT_NUMBER = v3.17.1
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

0 commit comments

Comments
 (0)