From 5f922bce3ca10d821aa6d10a7eeba152fc5bef96 Mon Sep 17 00:00:00 2001 From: aizehua Date: Fri, 3 Mar 2023 02:13:00 +0000 Subject: [PATCH] fix:change version 4.0.5.2 Signed-off-by: aizehua --- 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 2abe3990..375fb08f 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.5.1 +const.product.software.version=OpenHarmony 4.0.5.2 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 1a059a37..21ade8af 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=2022-03-30 +const.ohos.version.security_patch=2023-03-01 const.ohos.releasetype=Canary1 const.ohos.apiversion=10 -const.ohos.fullname=OpenHarmony-4.0.5.1 +const.ohos.fullname=OpenHarmony-4.0.5.2 diff --git a/services/etc_lite/param/ohos_const/ohos.para b/services/etc_lite/param/ohos_const/ohos.para index 6c96de63..4db6b6c3 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=Canary1 const.ohos.apiversion=10 -const.ohos.version.security_patch=2022-09-01 -const.ohos.fullname=OpenHarmony-4.0.5.1 \ No newline at end of file +const.ohos.version.security_patch=2023-03-01 +const.ohos.fullname=OpenHarmony-4.0.5.2 \ No newline at end of file -- GitLab