Skip to content

Commit

Permalink
Update version to 3.8.5 (#17603)
Browse files Browse the repository at this point in the history
  • Loading branch information
dumganhar authored Sep 4, 2024
1 parent 63c84c4 commit e2396b8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cocos/core/global-exports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ if (DEV) {
legacyCC._Test = {};
}

const engineVersion = '3.8.4';
const engineVersion = '3.8.5';

/**
* @en
Expand Down
6 changes: 3 additions & 3 deletions native/cocos/cocos-version.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ THE SOFTWARE.

#define COCOS_MAJOR_VERSION 3
#define COCOS_MINJOR_VERSION 8
#define COCOS_PATCH_VERSION 4
#define COCOS_VERSION_STRING "3.8.4"
#define COCOS_PATCH_VERSION 5
#define COCOS_VERSION_STRING "3.8.5"
#define COCOS_VERSION_DEFINED 1
#define COCOS_VERSION 30804
#define COCOS_VERSION 30805

// #define COCOS_PRE_RELEASE "release"
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cocos-creator",
"version": "3.8.4",
"version": "3.8.5",
"description": "Cocos Creator is a cross-platform 2D & 3D game engine written in C++ and TypeScript, licensed under MIT.",
"homepage": "http://www.cocos.com",
"license": "MIT",
Expand Down

0 comments on commit e2396b8

Please sign in to comment.