From: shingil.kang Date: Tue, 21 Jun 2016 06:52:53 +0000 (+0900) Subject: package version up (2.2.87) X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a3c4d7c25a769d7d7d961001581f54b6f5ebf810;p=sdk%2Ftools%2Fsdb.git package version up (2.2.87) Change-Id: Ib9cabe0d0d4d5a99c1808be6134fc58997b5cfce Signed-off-by: shingil.kang --- diff --git a/package/changelog b/package/changelog index 4994b80..595b69d 100644 --- a/package/changelog +++ b/package/changelog @@ -1,3 +1,8 @@ +* 2.2.87 +- Modify that it does not inherit the handle in Windows OS. +- Add platform_type_name to transport.h header file +- Add protocol to get the platform type of target +== shingil.kang 2016-06-21 * 2.2.86 - "Revert "Add protocol to get the platform type of target."" == shingil.kang 2016-06-16 diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index a58fa46..fa3dde8 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,4 +1,4 @@ -Version:2.2.86 +Version:2.2.87 Source:sdb Maintainer:Kangho Kim , Yoonki Park, Hyunsik Noh, Gun Kim, Ho Namkoong, Taeyoung Son diff --git a/src/common_modules.h b/src/common_modules.h index a220324..4347254 100644 --- a/src/common_modules.h +++ b/src/common_modules.h @@ -41,7 +41,7 @@ #define A_VERSION 0x0100000 #define SDB_VERSION_MAJOR 2 // increments upon significant architectural changes or the achievement of important milestones #define SDB_VERSION_MINOR 2 // progress is made within a major version -#define SDB_VERSION_PATCH 86 // increments for small sets of changes +#define SDB_VERSION_PATCH 87 // increments for small sets of changes #define SDB_VERSION_MAX_LENGTH 128