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.
31
31
32
32
// 0x00 HI ME LO
33
33
// 00 03 08 00
34
- #define COCOS2D_VERSION 0x00031700
34
+ #define COCOS2D_VERSION 0x00031701
35
35
36
36
//
37
37
// 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.
20
20
- Android upgrade Gradle to 4.6, SDK 28, android gradle plugin 3.1.0
21
21
- upgrade LuaJIT to 2.1.0-beta3, fix random crash in 3.17 Lua release mode
22
22
- 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
24
24
- limit Labels text length to fix render error
25
25
- add Downloader binding to Lua
26
26
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = Cocos2d-x
38
38
# could be handy for archiving the generated documentation or if some version
39
39
# control system is used.
40
40
41
- PROJECT_NUMBER = v3.16
41
+ PROJECT_NUMBER = v3.17.1
42
42
43
43
# Using the PROJECT_BRIEF tag one can provide an optional one line description
44
44
# 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