We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c3ae9a commit 50df439Copy full SHA for 50df439
CHANGELOG
@@ -1,3 +1,14 @@
1
+cocos2d-x-4.0 ??
2
+
3
+[HIGHLIGHT] Support metal
4
+[HIGHLIGHT] Use CMake for all platforms
5
6
+[REFINE] Update glfw to 3.3
7
8
+[CHANGE] remove deprecated functions
9
+[CHANGE] remove h5 engine and JSB
10
+[CHANGE] remove tiff
11
12
cocos2d-x-3.17 May.21 2018
13
14
[HIGHLIGHT] Android: support Android Studio 3.0, NDK 16
cocos/cocos2d.cpp
@@ -32,7 +32,7 @@ NS_CC_BEGIN
32
33
CC_DLL const char* cocos2dVersion()
34
{
35
- return "cocos2d-x-4.0beta";
+ return "cocos2d-x-4.0rc0";
36
}
37
38
NS_CC_END
0 commit comments