From: Kim Gunsoo Date: Tue, 14 Jun 2016 07:53:22 +0000 (+0900) Subject: [MISC] package version up (2.2.85) X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cbba024e410394a5148d914d19bf3a9ffe5fce88;p=sdk%2Ftools%2Fsdb.git [MISC] package version up (2.2.85) Change-Id: Iea30f9443192ad825bfd66cabb9eb988e0c8acdd Signed-off-by: Kim Gunsoo --- diff --git a/package/changelog b/package/changelog index 179debc..7637eef 100644 --- a/package/changelog +++ b/package/changelog @@ -1,3 +1,6 @@ +* 2.2.85 +- Added client API that it is possible to obtain a fail msg. +== gunsoo83.kim 2016-06-14 * 2.2.84 - Add protocol to get the platform type of target - Modify the URB routine to cause the problem. diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index 7a9fdac..01b529d 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,4 +1,4 @@ -Version:2.2.84 +Version:2.2.85 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 25d3f7e..68a7ee7 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 84 // increments for small sets of changes +#define SDB_VERSION_PATCH 85 // increments for small sets of changes #define SDB_VERSION_MAX_LENGTH 128