From: SangJin Kim Date: Fri, 9 Dec 2016 09:09:41 +0000 (+0900) Subject: Version up to v2.2.97 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3f6f7f5b4328da590516bf1086e22b1e99ec57f9;p=sdk%2Ftools%2Fsdb.git Version up to v2.2.97 Change-Id: I9772a359615f8ba8646b8f00c3c6329c39ae845b Signed-off-by: SangJin Kim --- diff --git a/package/changelog b/package/changelog index a1ff071..8a4ebd8 100644 --- a/package/changelog +++ b/package/changelog @@ -1,3 +1,6 @@ +* 2.2.97 +- Change the path to save package file +== SangJin Kim 2016-12-09 * 2.2.96 - Increase size of USB transport packet == shingil.kang 2016-12-09 diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index a7636f2..da338e6 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,6 +1,6 @@ -Version:2.2.96 +Version:2.2.97 Source:sdb -Maintainer:Kangho Kim , Yoonki Park, Hyunsik Noh, Gun Kim, Ho Namkoong, Taeyoung Son +Maintainer: Jaewon Lim , SangJin Kim Package:sdb OS:ubuntu-32 diff --git a/src/common_modules.h b/src/common_modules.h index 33ad364..1ff7d29 100644 --- a/src/common_modules.h +++ b/src/common_modules.h @@ -40,7 +40,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 91 // increments for small sets of changes +#define SDB_VERSION_PATCH 97 // increments for small sets of changes #define SDB_VERSION_MAX_LENGTH 128