From: shingil.kang Date: Mon, 19 Dec 2016 04:41:44 +0000 (+0900) Subject: MISC: package version up (2.2.98) X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=266347569e7d689fce5b189e0ec1cdd98bebf558;p=sdk%2Ftools%2Fsdb.git MISC: package version up (2.2.98) Change-Id: Ic8c0cbe7fc3a275d20be6108267d2e2cd59885bd Signed-off-by: shingil.kang --- diff --git a/package/changelog b/package/changelog index 8a4ebd8..4d24fe2 100644 --- a/package/changelog +++ b/package/changelog @@ -1,3 +1,6 @@ +* 2.2.98 +- Refine user message +== shingil.kang 2016-12-19 * 2.2.97 - Change the path to save package file == SangJin Kim 2016-12-09 diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index da338e6..799785d 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,4 +1,4 @@ -Version:2.2.97 +Version:2.2.98 Source:sdb Maintainer: Jaewon Lim , SangJin Kim diff --git a/src/common_modules.h b/src/common_modules.h index 1ff7d29..543226d 100644 --- a/src/common_modules.h +++ b/src/common_modules.h @@ -40,7 +40,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 97 // increments for small sets of changes +#define SDB_VERSION_PATCH 98 // increments for small sets of changes #define SDB_VERSION_MAX_LENGTH 128