From 158a0ee66547913f25b9190a2e39935d90a636ff Mon Sep 17 00:00:00 2001 From: "jaekyu.lee" Date: Wed, 6 Sep 2023 13:45:24 +0900 Subject: [PATCH] webos.conf: Release webOS OSE v2.23.0 :Release Notes: Set software version as webOS OSE v2.23.0 :Detailed Notes: Set WEBOS_DISTRO_VERSION_MINOR to "23.0" :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: N/A Cherry-picked-from-commit: edb89ba72a0548654b91230f76f6e47b624862e8 Cherry-picked-from-branch: --- meta-webos/conf/distro/webos.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-webos/conf/distro/webos.conf b/meta-webos/conf/distro/webos.conf index 25283877f..7ae635b22 100644 --- a/meta-webos/conf/distro/webos.conf +++ b/meta-webos/conf/distro/webos.conf @@ -13,7 +13,7 @@ WEBOS_DISTRO_BUILD_CODENAME = "master" # g - github WEBOS_DISTRO_VERSION_MAJOR = "2" -WEBOS_DISTRO_VERSION_MINOR = "22.0" +WEBOS_DISTRO_VERSION_MINOR = "23.0" WEBOS_DISTRO_VERSION_TYPE = "g" DISTRO_VERSION = "${WEBOS_DISTRO_VERSION_MAJOR}.${WEBOS_DISTRO_VERSION_MINOR}.${WEBOS_DISTRO_VERSION_TYPE}"