From f511e35294fa33b8b1e56d1a0a307c0107b3c785 Mon Sep 17 00:00:00 2001 From: theChangL <448706817@qq.com> Date: Mon, 5 Jun 2023 13:57:11 +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 45291c0..5608f31 100644 --- a/frameworks/parameter/src/parameter_common.c +++ b/frameworks/parameter/src/parameter_common.c @@ -31,7 +31,7 @@ static const char OHOS_OS_NAME[] = {"OpenHarmony"}; static const int OHOS_SDK_API_VERSION = 7; -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[] = {"LTS"}; static const int MAJOR_VERSION = 3; -- Gitee