From 16b32447a1014e76a6cfbf49c78d7e6ef0041f74 Mon Sep 17 00:00:00 2001 From: honghao534 Date: Mon, 2 Sep 2024 11:25:41 +0800 Subject: [PATCH] update4.0 release security patch level to 20241001 and version number to 4.0.13.1 Signed-off-by: honghao534 --- 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 fd2117882..3f6a9c1bf 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.12.4 +const.product.software.version=OpenHarmony 4.0.13.1 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 3f3f7d234..80f24ac28 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=2024/09/01 +const.ohos.version.security_patch=2024/10/01 const.ohos.releasetype=Release const.ohos.apiversion=10 -const.ohos.fullname=OpenHarmony-4.0.12.4 +const.ohos.fullname=OpenHarmony-4.0.13.1 diff --git a/services/etc_lite/param/ohos_const/ohos.para b/services/etc_lite/param/ohos_const/ohos.para index 0e61ab851..8c98c7251 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=10 -const.ohos.version.security_patch=2024/09/01 -const.ohos.fullname=OpenHarmony-4.0.12.4 +const.ohos.version.security_patch=2024/10/01 +const.ohos.fullname=OpenHarmony-4.0.13.1 -- Gitee