From: shingil.kang Date: Thu, 16 Jun 2016 08:49:27 +0000 (+0900) Subject: Package version up (2.2.86) X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9ad71413a2b621867cd23dba3a603e456a1d6da3;p=sdk%2Ftools%2Fsdb.git Package version up (2.2.86) Change-Id: I8d582abab1ca41fa6068a31b98aa21c81d83d7e1 Signed-off-by: shingil.kang --- diff --git a/package/changelog b/package/changelog index 7637eef..4994b80 100644 --- a/package/changelog +++ b/package/changelog @@ -1,3 +1,6 @@ +* 2.2.86 +- "Revert "Add protocol to get the platform type of target."" +== shingil.kang 2016-06-16 * 2.2.85 - Added client API that it is possible to obtain a fail msg. == gunsoo83.kim 2016-06-14 diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index 01b529d..a58fa46 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,4 +1,4 @@ -Version:2.2.85 +Version:2.2.86 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 68a7ee7..a220324 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 85 // increments for small sets of changes +#define SDB_VERSION_PATCH 86 // increments for small sets of changes #define SDB_VERSION_MAX_LENGTH 128