From 647a4ab9acdc6e8c240e6ee01f615422d5c09b1c Mon Sep 17 00:00:00 2001 From: theChangL <448706817@qq.com> Date: Mon, 5 Jun 2023 14:02:24 +0800 Subject: [PATCH] update scurity patch tag Signed-off-by: theChangL <448706817@qq.com> --- frameworks/parameter/src/parameter_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworks/parameter/src/parameter_common.c b/frameworks/parameter/src/parameter_common.c index 9d6b8fe..2346fc1 100644 --- a/frameworks/parameter/src/parameter_common.c +++ b/frameworks/parameter/src/parameter_common.c @@ -39,7 +39,7 @@ static const char OHOS_OS_NAME[] = { "OpenHarmony" }; static const int OHOS_SDK_API_VERSION = 8; -static const char OHOS_SECURITY_PATCH_TAG[] = {"2023/05/01"}; +static const char OHOS_SECURITY_PATCH_TAG[] = {"2023/06/01"}; static const char OHOS_RELEASE_TYPE[] = { "Release" }; static const int MAJOR_VERSION = 3; -- Gitee