From: SangJin Kim Date: Mon, 19 Dec 2016 05:09:59 +0000 (+0900) Subject: Version up to v2.2.99 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f85a009b0300f68d61222e6e41c8fa08d110f770;p=sdk%2Ftools%2Fsdb.git Version up to v2.2.99 Change-Id: I8019fb3bcfbdd03146fe5d321e69f47173c877a6 Signed-off-by: SangJin Kim --- diff --git a/package/changelog b/package/changelog index 4d24fe2..53caa49 100644 --- a/package/changelog +++ b/package/changelog @@ -1,3 +1,6 @@ +* 2.2.99 +- Modify sdb server logging policy for error log +== SangJin Kim 2016-12-19 * 2.2.98 - Refine user message == shingil.kang 2016-12-19 diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index 799785d..0f24fa2 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,4 +1,4 @@ -Version:2.2.98 +Version:2.2.99 Source:sdb Maintainer: Jaewon Lim , SangJin Kim diff --git a/src/common_modules.h b/src/common_modules.h index 543226d..58b6868 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 98 // increments for small sets of changes +#define SDB_VERSION_PATCH 99 // increments for small sets of changes #define SDB_VERSION_MAX_LENGTH 128