From b9247b516206474ae5519c0b24fbc541743461e6 Mon Sep 17 00:00:00 2001 From: thechangl Date: Wed, 8 Mar 2023 22:34:24 -0800 Subject: [PATCH] update security patch label Signed-off-by: thechangl --- services/etc/param/ohos.para | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/etc/param/ohos.para b/services/etc/param/ohos.para index cd6e8c66..00734bad 100755 --- a/services/etc/param/ohos.para +++ b/services/etc/param/ohos.para @@ -54,8 +54,8 @@ const.product.hardwareversion=default const.product.bootloader.version=bootloader # OHOS_ABI_LIST[] = {"default"} const.product.cpu.abilist=default -# OHOS_SECURITY_PATCH_TAG[] = { "2023-01-01" } -const.ohos.version.security_patch=2023-01-01 +# OHOS_SECURITY_PATCH_TAG[] = { "2023/03/01" } +const.ohos.version.security_patch=2023/03/01 # OHOS_DISPLAY_VERSION[] = {"OpenHarmony 3.1 Release"} const.product.software.version=OpenHarmony 3.1 Release # OHOS_INCREMENTAL_VERSION[] = {"default"} -- GitLab