From: Kim Gunsoo Date: Wed, 17 Feb 2016 05:13:32 +0000 (+0900) Subject: package version up (2.2.77) X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dd746e5e9738641e2e0af4489b04a890abc9e69c;p=sdk%2Ftools%2Fsdb.git package version up (2.2.77) Change-Id: Iaec6f2ffc67b4015a20590263337c62aa3429eb3 Signed-off-by: Kim Gunsoo --- diff --git a/package/changelog b/package/changelog index c4f5c3b..bb90e9a 100644 --- a/package/changelog +++ b/package/changelog @@ -1,3 +1,6 @@ +* 2.2.77 +- Add check rule for is_support_debug_option(). +== gunsoo83.kim 2016-02-17 * 2.2.76 - Modify the method for determining whether put the debug option(-G). == gunsoo83.kim 2016-02-15 diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index 86e0f20..c8c26d4 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,4 +1,4 @@ -Version:2.2.76 +Version:2.2.77 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 a744f6a..d7f9dc7 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 76 // increments for small sets of changes +#define SDB_VERSION_PATCH 77 // increments for small sets of changes #define SDB_VERSION_MAX_LENGTH 128