!231 更新 安全补丁标签 和 OSfullname

Merge pull request !231 from theChangL/OpenHarmony-3.0-LTS
This commit is contained in:
openharmony_ci
2023-03-23 06:12:37 +00:00
committed by Gitee
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -31,13 +31,13 @@
static const char OHOS_OS_NAME[] = {"OpenHarmony"};
static const int OHOS_SDK_API_VERSION = 7;
static const char OHOS_SECURITY_PATCH_TAG[] = {"2023/02/01"};
static const char OHOS_SECURITY_PATCH_TAG[] = {"2023/04/01"};
static const char OHOS_RELEASE_TYPE[] = {"LTS"};
static const int MAJOR_VERSION = 3;
static const int SENIOR_VERSION = 0;
static const int FEATURE_VERSION = 8;
static const int BUILD_VERSION = 2;
static const int FEATURE_VERSION = 9;
static const int BUILD_VERSION = 5;
static const char EMPTY_STR[] = {""};
@@ -27,12 +27,12 @@ static int g_seniorVersion = 0;
/* *
* Feature(F) version number.
*/
static int g_featureVersion = 8;
static int g_featureVersion = 9;
/* *
* Build(B) version number.
*/
static int g_buildVersion = 2;
static int g_buildVersion = 5;
/* *
* Obtains the major (M) version number, which increases with any updates to the overall architecture.