From: shingil.kang Date: Thu, 9 Jun 2016 01:38:44 +0000 (+0900) Subject: Package version up (2.2.84) X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f903f0789c45fa75ed2715627a0b00e1f49e1034;p=sdk%2Ftools%2Fsdb.git Package version up (2.2.84) Change-Id: Ia6293b30a4f9e7b47c59a10e417773fc129d11e9 Signed-off-by: shingil.kang --- diff --git a/package/changelog b/package/changelog index 4cc4484..179debc 100644 --- a/package/changelog +++ b/package/changelog @@ -1,3 +1,7 @@ +* 2.2.84 +- Add protocol to get the platform type of target +- Modify the URB routine to cause the problem. +== shingil.kang 2016-06-09 * 2.2.83 - Modify the output stream(stdout to stderr) for version conflict msg. - Fixed a bug where garbage characters follow pull/push error message. diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index 9368c71..7a9fdac 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,4 +1,4 @@ -Version:2.2.83 +Version:2.2.84 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 e1f63c6..25d3f7e 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 83 // increments for small sets of changes +#define SDB_VERSION_PATCH 84 // increments for small sets of changes #define SDB_VERSION_MAX_LENGTH 128