From ab0ffd2aec5e455713595eed1598e61cbaf15e31 Mon Sep 17 00:00:00 2001 From: cocos-robot Date: Wed, 20 Nov 2024 06:41:50 +0000 Subject: [PATCH] [ci skip][AUTO]: Automated code generating update: bcb9c41c4364ec4e4c4fe705f7d56f4870d0d969 (#17891) --- native/cocos/cocos-version.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/native/cocos/cocos-version.h b/native/cocos/cocos-version.h index 2b5b7890fcb..571dbb77700 100644 --- a/native/cocos/cocos-version.h +++ b/native/cocos/cocos-version.h @@ -23,11 +23,11 @@ THE SOFTWARE. ****************************************************************************/ #pragma once -#define COCOS_MAJOR_VERSION 3 -#define COCOS_MINJOR_VERSION 8 -#define COCOS_PATCH_VERSION 5 -#define COCOS_VERSION_STRING "3.8.5" -#define COCOS_VERSION_DEFINED 1 -#define COCOS_VERSION 30805 +#define COCOS_MAJOR_VERSION 3 +#define COCOS_MINJOR_VERSION 8 +#define COCOS_PATCH_VERSION 6 +#define COCOS_VERSION_STRING "3.8.6" +#define COCOS_VERSION_DEFINED 1 +#define COCOS_VERSION 30806 // #define COCOS_PRE_RELEASE "release"