From: shingil.kang Date: Mon, 1 Sep 2014 17:05:33 +0000 (+0900) Subject: MISC: package version up (2.2.51) X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F41%2F26941%2F1;p=sdk%2Ftools%2Fsdb.git MISC: package version up (2.2.51) Change-Id: Iaf05dc34c06aca5f742fcc4184d7116ca97bb84a Signed-off-by: shingil.kang --- diff --git a/package/changelog b/package/changelog index fe5a711..46e7cb4 100644 --- a/package/changelog +++ b/package/changelog @@ -1,3 +1,6 @@ +* 2.2.51 +- Enabled auto-complete when sdb is located in PATH +== shingil.kang 2014-09-02 * 2.2.50 - Added journal log support for 'sdb dlog' == Alice Liu 2014-08-29 diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index c74150c..9376d4a 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,4 +1,4 @@ -Version:2.2.50 +Version:2.2.51 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 65f2425..eb3add2 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 47 // increments for small sets of changes +#define SDB_VERSION_PATCH 51 // increments for small sets of changes #define SDB_VERSION_MAX_LENGTH 128 extern MAP hex_map;