From: shingil.kang Date: Thu, 21 Jan 2016 09:16:57 +0000 (+0900) Subject: package version up (2.2.75) X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=32923ca6547cc4ac715d3343a41538977fd0c510;p=sdk%2Ftools%2Fsdb.git package version up (2.2.75) Change-Id: I0981e688fd56459198a1bb5e338d7a60d3bb2b0d Signed-off-by: shingil.kang --- diff --git a/package/changelog b/package/changelog index f14cb97..998c51f 100644 --- a/package/changelog +++ b/package/changelog @@ -1,3 +1,6 @@ +* 2.2.75 +- Fixed a bug that interative shell with syncwinsz does not work as eclipse external tool +== shingil.kang 2016-01-21 * 2.2.74 - Fixed that SDB doese not detect tizen device on OSX 10.11 == shingil.kang 2015-12-30 diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index dac17b3..1f15b2a 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,4 +1,4 @@ -Version:2.2.74 +Version:2.2.75 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 d8fc70a..13f5a8a 100644 --- a/src/common_modules.h +++ b/src/common_modules.h @@ -42,7 +42,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 74 // increments for small sets of changes +#define SDB_VERSION_PATCH 75 // increments for small sets of changes #define SDB_VERSION_MAX_LENGTH 128