From: ho.namkoong Date: Mon, 9 Dec 2013 01:47:40 +0000 (+0900) Subject: SDB: pkg version up X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=931f131211f2a545811732678730c84f50873342;p=sdk%2Ftools%2Fsdb.git SDB: pkg version up version up to 2.2.34 Change-Id: I3ef2c633fff6063fde8ac4bab292dcd4d0592fa7 Signed-off-by: ho.namkoong --- diff --git a/package/changelog b/package/changelog index 2020379..7c2e52c 100644 --- a/package/changelog +++ b/package/changelog @@ -1,3 +1,7 @@ +* 2.2.34 +- fix sdb error message +- when there are more than one device, error happend by -d option is modified +== ho.namkoong 2013-12-09 * 2.2.33 - support suspended mode - fix service parsing bug diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index e681541..cfb3243 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,4 +1,4 @@ -Version:2.2.33 +Version:2.2.34 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 4ecc2b7..fca32d0 100644 --- a/src/common_modules.h +++ b/src/common_modules.h @@ -39,7 +39,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 33 // increments for small sets of changes +#define SDB_VERSION_PATCH 34 // increments for small sets of changes #define SDB_VERSION_MAX_LENGTH 128 extern MAP hex_map;