From: shingil.kang Date: Mon, 14 Mar 2016 05:50:46 +0000 (+0900) Subject: [MISC] package version up (2.2.80) X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=efd3ab5628e1ef15df3c3f948e31d6f778b51b76;p=sdk%2Ftools%2Fsdb.git [MISC] package version up (2.2.80) Signed-off-by: shingil.kang Change-Id: Id1cc0182186219e5888d20a8feba8cd504ccff6e --- diff --git a/package/changelog b/package/changelog index aa9462c..b816280 100644 --- a/package/changelog +++ b/package/changelog @@ -1,3 +1,6 @@ +* 2.2.80 +- Fixed a bug that it is blocked when installing app package with emulator 2.3.1 or 2.3 +== shingil.kang 2016-03-14 * 2.2.79 - Fixed a bug that pull/push does not work on Windows == shingil.kang 2016-03-14 diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index cbf8fb8..89c76d7 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,4 +1,4 @@ -Version:2.2.79 +Version:2.2.80 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 baf8258..326f6f7 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 79 // increments for small sets of changes +#define SDB_VERSION_PATCH 80 // increments for small sets of changes #define SDB_VERSION_MAX_LENGTH 128