From cdee4e2f224632f3e52fcfc2f66af00718870a31 Mon Sep 17 00:00:00 2001 From: Cocos Robot <48829427+cocos-robot@users.noreply.github.com> Date: Wed, 20 Nov 2024 14:59:10 +0800 Subject: [PATCH] [ci skip][AUTO]: Automated code generating update: bcb9c41c4364ec4e4c4fe705f7d56f4870d0d969 (#17891) (#17892) Co-authored-by: cocos-robot --- 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"