From 14a0f648546597017576877fe94868eba323777a Mon Sep 17 00:00:00 2001 From: honghao534 Date: Mon, 15 Jan 2024 11:45:11 +0800 Subject: [PATCH] update 3.2 Release security patch level to 20240201 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 7b32ffe53..a1e73f0ea 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/01/01 +const.ohos.version.security_patch=2024/02/01 const.ohos.releasetype=Release const.ohos.apiversion=9 const.ohos.fullname=OpenHarmony-3.2.16.6 diff --git a/services/etc_lite/param/ohos_const/ohos.para b/services/etc_lite/param/ohos_const/ohos.para index 4acf7c548..e6303a28a 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=9 -const.ohos.version.security_patch=2024/01/01 +const.ohos.version.security_patch=2024/02/01 const.ohos.fullname=OpenHarmony-3.2.16.6 -- Gitee