Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cocos/cocos2d.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ THE SOFTWARE.

// 0x00 HI ME LO
// 00 03 08 00
#define COCOS2D_VERSION 0x00031700
#define COCOS2D_VERSION 0x00031701

//
// all cocos2d include files
Expand Down
2 changes: 1 addition & 1 deletion docs/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The 3.17.1 release focuses on bug fixing.
- Android upgrade Gradle to 4.6, SDK 28, android gradle plugin 3.1.0
- upgrade LuaJIT to 2.1.0-beta3, fix random crash in 3.17 Lua release mode
- upgrade libwebsockets to 2.4.2
- FileUtils provide thread-safe implementation and add missing cross-platform interface
- FileUtils provide thread-safe implementation and add missing cross-platform interfaces
- limit Labels text length to fix render error
- add Downloader binding to Lua

Expand Down
2 changes: 1 addition & 1 deletion docs/doxygen.config
Original file line number Diff line number Diff line change
Expand Up @@ -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.16
PROJECT_NUMBER = v3.17.1

# 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
Expand Down