Skip to content

Commit 280a8e9

Browse files
committed
Merge pull request #14663 from xiaofeng11/v3.10
Update all version number to v3.10
2 parents 77ca89a + 4815ec8 commit 280a8e9

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ endif()
3838
project (Cocos2d-X)
3939

4040
# The version number
41-
set(COCOS2D_X_VERSION 3.9)
41+
set(COCOS2D_X_VERSION 3.10)
4242

4343
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${PROJECT_SOURCE_DIR}/cmake/Modules/")
4444
include(CocosBuildHelpers)

cocos/cocos2d.h

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

3131
// 0x00 HI ME LO
3232
// 00 03 08 00
33-
#define COCOS2D_VERSION 0x00030900
33+
#define COCOS2D_VERSION 0x00031000
3434

3535
//
3636
// all cocos2d include files

cocos/scripting/js-bindings/manual/ScriptingCore.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
#include <assert.h>
4141
#include <memory>
4242

43-
#define ENGINE_VERSION "Cocos2d-JS v3.9"
43+
#define ENGINE_VERSION "Cocos2d-JS v3.10"
4444

4545
void js_log(const char *format, ...);
4646

cocos/scripting/js-bindings/script/jsb_cocos2d.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
// CCConfig.js
2828
//
29-
cc.ENGINE_VERSION = "Cocos2d-JS v3.9";
29+
cc.ENGINE_VERSION = "Cocos2d-JS v3.10";
3030

3131
cc.FIX_ARTIFACTS_BY_STRECHING_TEXEL = 0;
3232
cc.DIRECTOR_STATS_POSITION = {x: 0, y: 0};

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.9
41+
PROJECT_NUMBER = v3.10
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

tools/simulator/frameworks/runtime-src/proj.ios_mac/mac/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<key>CFBundlePackageType</key>
4242
<string>APPL</string>
4343
<key>CFBundleShortVersionString</key>
44-
<string>3.9</string>
44+
<string>3.10</string>
4545
<key>CFBundleSignature</key>
4646
<string>????</string>
4747
<key>CFBundleVersion</key>

tools/simulator/frameworks/runtime-src/proj.win32/game.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSM
6464
CAPTION "About Simulator"
6565
FONT 8, "MS Shell Dlg", 400, 0, 0x1
6666
BEGIN
67-
CTEXT "Version 3.9 (20151106)",IDC_ABOUT_VERSION,35,70,173,17
67+
CTEXT "Version 3.10 (20151222)",IDC_ABOUT_VERSION,35,70,173,17
6868
CTEXT "Cocos Simulator",IDC_ABOUT_TITLE,35,49,173,17
6969
CTEXT "Copyright (C) 2015. All rights reserved.",IDC_STATIC,35,94,173,17
7070
ICON "GLFW_ICON",IDC_STATIC,111,15,20,20
@@ -167,7 +167,7 @@ VS_VERSION_INFO VERSIONINFO
167167
BEGIN
168168
BLOCK "StringFileInfo"
169169
BEGIN
170-
BLOCK "040904B0"
170+
BLOCK "040904b0"
171171
BEGIN
172172
VALUE "FileDescription", "game Module"
173173
VALUE "FileVersion", "1, 0, 0, 1"

0 commit comments

Comments
 (0)