From: SangJin Kim Date: Mon, 19 Dec 2016 09:21:38 +0000 (+0900) Subject: Package version up to v2.3.0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bf3c1e233ed94059cf3ab988bef6f59598bdbe50;p=sdk%2Ftools%2Fsdb.git Package version up to v2.3.0 Change-Id: Ief66db92c8a998e8f5cd2d03151a191e1796cf23 Signed-off-by: SangJin Kim --- diff --git a/package/changelog b/package/changelog index 53caa49..b639fcc 100644 --- a/package/changelog +++ b/package/changelog @@ -1,3 +1,6 @@ +* 2.3.0 +- Change the log type of "EAGAIN" error +== SangJin Kim 2016-12-19 * 2.2.99 - Modify sdb server logging policy for error log == SangJin Kim 2016-12-19 diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index 0f24fa2..3b499ef 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,4 +1,4 @@ -Version:2.2.99 +Version:2.3.0 Source:sdb Maintainer: Jaewon Lim , SangJin Kim diff --git a/src/common_modules.h b/src/common_modules.h index 58b6868..0721c16 100644 --- a/src/common_modules.h +++ b/src/common_modules.h @@ -39,8 +39,8 @@ #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 99 // increments for small sets of changes +#define SDB_VERSION_MINOR 3 // progress is made within a major version +#define SDB_VERSION_PATCH 0 // increments for small sets of changes #define SDB_VERSION_MAX_LENGTH 128