mirror of
https://github.com/openharmony/startup_syspara_lite.git
synced 2026-07-20 01:53:31 -04:00
!231 更新 安全补丁标签 和 OSfullname
Merge pull request !231 from theChangL/OpenHarmony-3.0-LTS
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user