From 426268a4a14042ff53c46ab7a7400e843edbbb4c Mon Sep 17 00:00:00 2001 From: "shingil.kang" Date: Tue, 2 Sep 2014 02:05:33 +0900 Subject: [PATCH] MISC: package version up (2.2.51) Change-Id: Iaf05dc34c06aca5f742fcc4184d7116ca97bb84a Signed-off-by: shingil.kang --- package/changelog | 3 +++ package/pkginfo.manifest | 2 +- src/common_modules.h | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) 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; -- 2.34.1