From 7ec038cc5bd245edbd3f106fda1fc7ad2fd7d3dd Mon Sep 17 00:00:00 2001 From: hlzhangaj Date: Mon, 8 Sep 2025 07:36:31 +0000 Subject: [PATCH] const.ohos.fullname=OpenHarmony-6.0.1.49 Signed-off-by: hlzhangaj --- services/etc/param/ohos.para | 2 +- services/etc/param/ohos_const/ohos.para | 6 +++--- services/etc_lite/param/ohos_const/ohos.para | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/services/etc/param/ohos.para b/services/etc/param/ohos.para index 43242c356..d6436ee2f 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 6.0.0.49 +const.product.software.version=OpenHarmony 6.0.1.49 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 bb949c8c9..235ef7423 100755 --- a/services/etc/param/ohos_const/ohos.para +++ b/services/etc/param/ohos_const/ohos.para @@ -11,8 +11,8 @@ # See the License for the specific language governing permissions and # limitations under the License. const.ohos.version.security_patch=2025/09/01 -const.ohos.releasetype=Beta2 -const.ohos.apiversion=20 +const.ohos.releasetype=Beta1 +const.ohos.apiversion=21 const.ohos.apiminorversion=0 const.ohos.apipatchversion=0 -const.ohos.fullname=OpenHarmony-6.0.0.49 \ No newline at end of file +const.ohos.fullname=OpenHarmony-6.0.1.49 \ No newline at end of file diff --git a/services/etc_lite/param/ohos_const/ohos.para b/services/etc_lite/param/ohos_const/ohos.para index f56d957db..ba8ccde02 100755 --- a/services/etc_lite/param/ohos_const/ohos.para +++ b/services/etc_lite/param/ohos_const/ohos.para @@ -11,9 +11,9 @@ # See the License for the specific language governing permissions and # limitations under the License. -const.ohos.releasetype=Beta2 -const.ohos.apiversion=20 +const.ohos.releasetype=Beta1 +const.ohos.apiversion=21 const.ohos.apiminorversion=0 const.ohos.apipatchversion=0 const.ohos.version.security_patch=2025/09/01 -const.ohos.fullname=OpenHarmony-6.0.0.49 \ No newline at end of file +const.ohos.fullname=OpenHarmony-6.0.1.49 \ No newline at end of file -- Gitee