From 19c04d32d5c1ff8290c0278433db53d095975a0c Mon Sep 17 00:00:00 2001 From: xiaying Date: Thu, 7 Jul 2022 03:51:00 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=AE=89=E5=85=A8=E8=A1=A5?= =?UTF-8?q?=E4=B8=81=E6=A0=87=E7=AD=BE=E5=88=B02022#7=20Signed-off-by:=20x?= =?UTF-8?q?iaying4=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://gitee.com/openharmony/startup_syspara_lite/issues/I5FT02 --- 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 fd7b5433..e7deee98 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[] = { "2022-06-01" } -const.ohos.version.security_patch=2022-06-01 +# OHOS_SECURITY_PATCH_TAG[] = { "2022-07-01" } +const.ohos.version.security_patch=2022-07-01 # OHOS_DISPLAY_VERSION[] = {"OpenHarmony 3.1 Release"} const.product.software.version=OpenHarmony 3.1 Release # OHOS_INCREMENTAL_VERSION[] = {"default"} -- GitLab