From bc2d5d8aadbbd86f46517fcd44e9b6b4aa3ec629 Mon Sep 17 00:00:00 2001 From: honghao534 Date: Wed, 2 Jul 2025 09:08:16 +0800 Subject: [PATCH] update 5.0.3release security patch level to 20250801 Signed-off-by: honghao534 --- services/etc/param/ohos_const/ohos.para | 2 +- services/etc_lite/param/ohos_const/ohos.para | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/services/etc/param/ohos_const/ohos.para b/services/etc/param/ohos_const/ohos.para index 0b7664c36..b718567e3 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=2025/07/01 +const.ohos.version.security_patch=2025/08/01 const.ohos.releasetype=Release const.ohos.apiversion=15 const.ohos.fullname=OpenHarmony-5.0.3.140 diff --git a/services/etc_lite/param/ohos_const/ohos.para b/services/etc_lite/param/ohos_const/ohos.para index 577b52f32..c1966d021 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=15 -const.ohos.version.security_patch=2025/07/01 +const.ohos.version.security_patch=2025/08/01 const.ohos.fullname=OpenHarmony-5.0.3.140 -- Gitee