Skip to content

Commit

Permalink
revert modification
Browse files Browse the repository at this point in the history
  • Loading branch information
minggo committed Nov 20, 2024
1 parent 15f7e64 commit bcb9c41
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions native/cocos/cocos-version.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,11 @@ THE SOFTWARE.
****************************************************************************/
#pragma once

enum {
COCOS_MAJOR_VERSION = 3,
COCOS_MINJOR_VERSION = 8,
COCOS_PATCH_VERSION = 6
};
#define COCOS_VERSION_STRING "3.8.6"
enum {
COCOS_VERSION_DEFINED = 1,
COCOS_VERSION = 30806
};
#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_PRE_RELEASE "release"

0 comments on commit bcb9c41

Please sign in to comment.