From: Junghyun Yeon Date: Tue, 31 Jan 2017 05:39:15 +0000 (+0900) Subject: Change version string X-Git-Tag: accepted/tizen/common/20170209.122459~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F06%2F112306%2F2;p=platform%2Fcore%2Fappfw%2Ftpk-backend.git Change version string - Change version string from 2.4.0 to 2.4 for versioning standard. (Currently Tizen does not display patch version if it is 0) Change-Id: I56439cf6f11de20fc17714b98fd5f9694c7128e4 Signed-off-by: Junghyun Yeon --- diff --git a/src/tpk/step/pkgmgr/step_manifest_adjustment.cc b/src/tpk/step/pkgmgr/step_manifest_adjustment.cc index ee5ccae..7f30472 100644 --- a/src/tpk/step/pkgmgr/step_manifest_adjustment.cc +++ b/src/tpk/step/pkgmgr/step_manifest_adjustment.cc @@ -111,7 +111,7 @@ common_installer::Step::Status StepManifestAdjustment::process() { utils::VersionNumber platform_version = utils::VersionNumber((common_installer::GetTizenProfile() == common_installer::TizenProfile::WEARABLE) ? - "2.3.1" : "2.4.0"); + "2.3.1" : "2.4"); if (api_version >= platform_version) { xmlXPathContextPtr xpath_ctx = xmlXPathNewContext(doc);