From: Kim Gunsoo Date: Mon, 27 Jun 2016 01:56:10 +0000 (+0900) Subject: package version up (2.2.88) X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6f5d72b0b799ed720377d35445173674b6a1092a;p=sdk%2Ftools%2Fsdb.git package version up (2.2.88) Change-Id: Ibe1367b55b0b0d01ff056ccee08062b53df83b4d Signed-off-by: Kim Gunsoo --- diff --git a/package/changelog b/package/changelog index 595b69d..eace605 100644 --- a/package/changelog +++ b/package/changelog @@ -1,3 +1,6 @@ +* 2.2.88 +- Fixed the issue that sdb client is blocked for poweroff shell command. +== gunsoo83.kim 2016-06-27 * 2.2.87 - Modify that it does not inherit the handle in Windows OS. - Add platform_type_name to transport.h header file diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index fa3dde8..15b6949 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,4 +1,4 @@ -Version:2.2.87 +Version:2.2.88 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 4347254..3591370 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 87 // increments for small sets of changes +#define SDB_VERSION_PATCH 88 // increments for small sets of changes #define SDB_VERSION_MAX_LENGTH 128