From 4916dbb521b33195b83d7f00462618eef0a489d4 Mon Sep 17 00:00:00 2001 From: honghao534 Date: Tue, 5 Aug 2025 21:14:13 +0800 Subject: [PATCH] update5.0.3security patch level to be 20250901 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 b718567e3..b386d6594 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/08/01 +const.ohos.version.security_patch=2025/09/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 c1966d021..eb71ad782 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/08/01 +const.ohos.version.security_patch=2025/09/01 const.ohos.fullname=OpenHarmony-5.0.3.140 -- Gitee