From 47859eaae27784f20c3359ea33a23c984b7a650f Mon Sep 17 00:00:00 2001 From: aizehua Date: Tue, 1 Aug 2023 01:35:42 +0000 Subject: [PATCH] fix:change version to 4.0.9.6 Signed-off-by: aizehua --- services/etc/param/ohos.para | 2 +- services/etc/param/ohos_const/ohos.para | 2 +- services/etc_lite/param/ohos_const/ohos.para | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/services/etc/param/ohos.para b/services/etc/param/ohos.para index 751c8465..40f10480 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 4.0.9.5 +const.product.software.version=OpenHarmony 4.0.9.6 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 3c3d74cf..94a7d25b 100755 --- a/services/etc/param/ohos_const/ohos.para +++ b/services/etc/param/ohos_const/ohos.para @@ -13,4 +13,4 @@ const.ohos.version.security_patch=2023/07/01 const.ohos.releasetype=Beta2 const.ohos.apiversion=10 -const.ohos.fullname=OpenHarmony-4.0.9.5 +const.ohos.fullname=OpenHarmony-4.0.9.6 diff --git a/services/etc_lite/param/ohos_const/ohos.para b/services/etc_lite/param/ohos_const/ohos.para index ca1d5a62..ddea3816 100755 --- a/services/etc_lite/param/ohos_const/ohos.para +++ b/services/etc_lite/param/ohos_const/ohos.para @@ -14,4 +14,4 @@ const.ohos.releasetype=Beta2 const.ohos.apiversion=10 const.ohos.version.security_patch=2023/07/01 -const.ohos.fullname=OpenHarmony-4.0.9.5 \ No newline at end of file +const.ohos.fullname=OpenHarmony-4.0.9.6 \ No newline at end of file -- GitLab