Skip to content

Commit 8da47df

Browse files
author
cocos-robot
committed
[ci skip][AUTO]: Automated code generating update: e3c4b8d (#212)
1 parent 143af30 commit 8da47df

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

native/cocos/cocos-version.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
Copyright (c) 2022-2025 Xiamen Yaji Software Co., Ltd.
2+
Copyright (c) 2022-2026 Xiamen Yaji Software Co., Ltd.
33
44
http://www.cocos.com
55
@@ -23,11 +23,11 @@ THE SOFTWARE.
2323
****************************************************************************/
2424
#pragma once
2525

26-
#define COCOS_MAJOR_VERSION 3
27-
#define COCOS_MINJOR_VERSION 8
28-
#define COCOS_PATCH_VERSION 8
29-
#define COCOS_VERSION_STRING "3.8.8"
26+
#define COCOS_MAJOR_VERSION 4
27+
#define COCOS_MINJOR_VERSION 0
28+
#define COCOS_PATCH_VERSION 0
29+
#define COCOS_VERSION_STRING "4.0.0"
3030
#define COCOS_VERSION_DEFINED 1
31-
#define COCOS_VERSION 30808
31+
#define COCOS_VERSION 40000
3232

33-
// #define COCOS_PRE_RELEASE "release"
33+
// #define COCOS_PRE_RELEASE "alpha"

0 commit comments

Comments
 (0)