diff options
author | Youngjae Shin <yj99.shin@samsung.com> | 2017-11-13 07:42:46 +0900 |
---|---|---|
committer | Youngjae Shin <yj99.shin@samsung.com> | 2017-11-13 07:42:46 +0900 |
commit | b4755bd9df206c39d95918af2d8ba71fc6751516 (patch) | |
tree | c86c92a5a6a3b81eda857ab3f41b125070fdd771 | |
parent | da9e560b3b654d011d1877c773f678607650ed63 (diff) | |
download | model-config-n4-b4755bd9df206c39d95918af2d8ba71fc6751516.tar.gz model-config-n4-b4755bd9df206c39d95918af2d8ba71fc6751516.tar.bz2 model-config-n4-b4755bd9df206c39d95918af2d8ba71fc6751516.zip |
update version from 4.0 to 5.0submit/tizen/20171113.003525accepted/tizen/unified/20171113.081027
Change-Id: I437ca7ab1966cea90ceba50965a1ff705b4402c0
-rw-r--r-- | model-config.xml | 8 | ||||
-rw-r--r-- | packaging/model-config-n4.spec | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/model-config.xml b/model-config.xml index eb934c7..3ab2df3 100644 --- a/model-config.xml +++ b/model-config.xml @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<model-config version="4.0" model="tm2"> +<model-config version="5.0" model="tm2"> <platform> <key name="tizen.org/system/model_name" type="string">TM2</key> <key name="tizen.org/system/platform.name" type="string">Tizen</key> - <key name="tizen.org/feature/platform.version" type="string">4.0</key> + <key name="tizen.org/feature/platform.version" type="string">5.0</key> <key name="tizen.org/system/platform.processor" type="string">exynos5433</key> <key name="tizen.org/system/platform.communication_processor" type="string">XMM6260</key> <key name="tizen.org/system/manufacturer" type="string">Tizen</key> @@ -126,9 +126,9 @@ <key name="tizen.org/feature/platform.core.fpu.arch.vfpv2" type="bool">false</key> <key name="tizen.org/feature/platform.core.fpu.arch.vfpv3" type="bool">true</key> <key name="tizen.org/feature/platform.core.fpu.arch.vfpv4" type="bool">false</key> - <key name="tizen.org/feature/platform.native.api.version" type="string">4.0</key> + <key name="tizen.org/feature/platform.native.api.version" type="string">5.0</key> <key name="tizen.org/feature/platform.native.osp_compatible" type="bool">false</key> - <key name="tizen.org/feature/platform.web.api.version" type="string">4.0</key> + <key name="tizen.org/feature/platform.web.api.version" type="string">5.0</key> <key name="tizen.org/feature/profile" type="string">mobile</key> <key name="tizen.org/feature/screen.auto_rotation" type="bool">true</key> <key name="tizen.org/feature/screen.bpp" type="int">32</key> diff --git a/packaging/model-config-n4.spec b/packaging/model-config-n4.spec index 4125a9d..59b4db0 100644 --- a/packaging/model-config-n4.spec +++ b/packaging/model-config-n4.spec @@ -2,7 +2,7 @@ Name: model-config-n4 Summary: A Model configuration -Version: 0.0.4 +Version: 0.0.5 Release: 0 Group: System/Configuration License: Apache-2.0 |