File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments