From: shingil.kang Date: Tue, 30 Jun 2015 11:10:43 +0000 (+0900) Subject: package version up (2.2.58) X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a8927616e9cede2dcea2478dd96632a2fe648f24;p=sdk%2Ftools%2Fsdb.git package version up (2.2.58) Change-Id: I7c3643b98eaa51aacd8aaa464edbd1825c24a78b Signed-off-by: shingil.kang --- diff --git a/package/changelog b/package/changelog index 36c4345..3f95b87 100644 --- a/package/changelog +++ b/package/changelog @@ -1,3 +1,6 @@ +* 2.2.58 +- Modify the windows uninstall script to fix whitespace path issue. +== shingil.kang 2015-06-30 * 2.2.57 - send connection request in thread on windows during sdb booting time to prevent emulator with no shared memory information being not detected == shingil.kang 2015-06-05 diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index 59624b2..20a3b64 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,4 +1,4 @@ -Version:2.2.57 +Version:2.2.58 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 4b85c58..46899fb 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 57 // increments for small sets of changes +#define SDB_VERSION_PATCH 58 // increments for small sets of changes #define SDB_VERSION_MAX_LENGTH 128