From: yoonki.park Date: Wed, 30 Oct 2013 08:44:48 +0000 (+0900) Subject: version up to 2.2.28 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=10f52e1b4a03a39ae3b2247d5e98ed904472f9bc;p=sdk%2Ftools%2Fsdb.git version up to 2.2.28 Change-Id: I877245c5701554a445d2eac780611f90e0223dd0 Signed-off-by: yoonki.park --- diff --git a/package/changelog b/package/changelog index d3bed33..661fdd8 100644 --- a/package/changelog +++ b/package/changelog @@ -1,3 +1,6 @@ +* 2.2.28 +- display pull/push progress on cmdline +== ho.namkoong 2013-10-28 * 2.2.27 - bug fix for Windows disconnect == ho.namkoong 2013-10-28 diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index 396a3ee..1059d83 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,4 +1,4 @@ -Version:2.2.27 +Version:2.2.28 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 d2011d8..9a57adf 100644 --- a/src/common_modules.h +++ b/src/common_modules.h @@ -38,7 +38,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 27 // increments for small sets of changes +#define SDB_VERSION_PATCH 28 // increments for small sets of changes #define SDB_VERSION_MAX_LENGTH 128 extern MAP hex_map;