From 12e74eae147704877a0ceb977af49e9e162d9fd6 Mon Sep 17 00:00:00 2001 From: theChangL <448706817@qq.com> Date: Mon, 5 Jun 2023 14:28:20 +0800 Subject: [PATCH] update scurity patch tag Signed-off-by: theChangL <448706817@qq.com> --- services/etc/param/ohos.para | 2 +- services/etc/param/ohos_const/ohos.para | 4 ++-- services/etc_lite/param/ohos_const/ohos.para | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/services/etc/param/ohos.para b/services/etc/param/ohos.para index d38f05beb..9505e73e1 100755 --- a/services/etc/param/ohos.para +++ b/services/etc/param/ohos.para @@ -29,7 +29,7 @@ const.build.product=default const.product.hardwareversion=default const.product.bootloader.version=bootloader const.product.cpu.abilist=default -const.product.software.version=OpenHarmony 3.2.12.5 +const.product.software.version=OpenHarmony 3.2.13.5 const.product.incremental.version=default const.product.firstapiversion=1 const.product.build.type=default diff --git a/services/etc/param/ohos_const/ohos.para b/services/etc/param/ohos_const/ohos.para index b8c6808c9..273508c33 100755 --- a/services/etc/param/ohos_const/ohos.para +++ b/services/etc/param/ohos_const/ohos.para @@ -10,7 +10,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -const.ohos.version.security_patch=2023/05/01 +const.ohos.version.security_patch=2023/06/01 const.ohos.releasetype=Release const.ohos.apiversion=9 -const.ohos.fullname=OpenHarmony-3.2.12.5 +const.ohos.fullname=OpenHarmony-3.2.13.5 diff --git a/services/etc_lite/param/ohos_const/ohos.para b/services/etc_lite/param/ohos_const/ohos.para index d833298ce..47f430c8e 100755 --- a/services/etc_lite/param/ohos_const/ohos.para +++ b/services/etc_lite/param/ohos_const/ohos.para @@ -13,5 +13,5 @@ const.ohos.releasetype=Release const.ohos.apiversion=9 -const.ohos.version.security_patch=2023/05/01 -const.ohos.fullname=OpenHarmony-3.2.12.5 +const.ohos.version.security_patch=2023/06/01 +const.ohos.fullname=OpenHarmony-3.2.13.5 -- Gitee