Change version string 06/112306/2
authorJunghyun Yeon <jungh.yeon@samsung.com>
Tue, 31 Jan 2017 05:39:15 +0000 (14:39 +0900)
committerJunghyun Yeon <jungh.yeon@samsung.com>
Wed, 1 Feb 2017 02:03:38 +0000 (18:03 -0800)
- 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 <jungh.yeon@samsung.com>
src/tpk/step/pkgmgr/step_manifest_adjustment.cc

index ee5ccae..7f30472 100644 (file)
@@ -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);