From 8b02aef8acde81e1236b9f1aa1bf80ac701d6b2c Mon Sep 17 00:00:00 2001 From: theChangL <448706817@qq.com> Date: Wed, 31 May 2023 16:35:50 +0800 Subject: [PATCH] update ohos.para Signed-off-by: theChangL <448706817@qq.com> --- 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 178c5b2fe..11dad908b 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/05/01" } -const.ohos.version.security_patch=2023/05/01 +# OHOS_SECURITY_PATCH_TAG[] = { "2023/06/01" } +const.ohos.version.security_patch=2023/06/01 # OHOS_DISPLAY_VERSION[] = {"OpenHarmony 3.1 Release"} const.product.software.version=OpenHarmony 3.1 Release # OHOS_INCREMENTAL_VERSION[] = {"default"} -- Gitee