From 704ff3916a1ed5524ceca0f69ad4fa352a559d27 Mon Sep 17 00:00:00 2001 From: aizehua Date: Tue, 28 Mar 2023 02:28:13 +0000 Subject: [PATCH] fix:change version 3.2.11.6 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 0404cc65..06e84ad5 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 3.2.11.5 +const.product.software.version=OpenHarmony 3.2.11.6 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 12021f85..36e4d617 100755 --- a/services/etc/param/ohos_const/ohos.para +++ b/services/etc/param/ohos_const/ohos.para @@ -11,6 +11,6 @@ # See the License for the specific language governing permissions and # limitations under the License. const.ohos.version.security_patch=2023/03/01 -const.ohos.releasetype=Beta5 +const.ohos.releasetype=Release const.ohos.apiversion=9 -const.ohos.fullname=OpenHarmony-3.2.11.5 +const.ohos.fullname=OpenHarmony-3.2.11.6 diff --git a/services/etc_lite/param/ohos_const/ohos.para b/services/etc_lite/param/ohos_const/ohos.para index 012669d0..5fe0f4a8 100755 --- a/services/etc_lite/param/ohos_const/ohos.para +++ b/services/etc_lite/param/ohos_const/ohos.para @@ -11,7 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -const.ohos.releasetype=Beta5 +const.ohos.releasetype=Release const.ohos.apiversion=9 const.ohos.version.security_patch=2023/03/01 -const.ohos.fullname=OpenHarmony-3.2.11.5 +const.ohos.fullname=OpenHarmony-3.2.11.6 -- GitLab