From: Sooyoung Ha Date: Thu, 6 Jul 2017 09:14:12 +0000 (+0900) Subject: package: update version (2.3.2) X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5c21d072c128feab2ea5a8cb0f162f90cd1896e9;p=sdk%2Ftools%2Fsdb.git package: update version (2.3.2) Signed-off-by: Sooyoung Ha --- diff --git a/package/changelog b/package/changelog index 3338f87..f6ded00 100644 --- a/package/changelog +++ b/package/changelog @@ -1,3 +1,6 @@ +* 2.3.2 +- increase limit of command message length +== Sooyoung Ha 2017-07-06 * 2.3.1 - Add debian files to create deb package. - fix static analysis issues. diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index 9f11f68..32b7f65 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,4 +1,4 @@ -Version:2.3.1 +Version:2.3.2 Source:sdb Maintainer: Jaewon Lim , SangJin Kim diff --git a/src/common_modules.h b/src/common_modules.h index 0721c16..4826fc1 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 3 // progress is made within a major version -#define SDB_VERSION_PATCH 0 // increments for small sets of changes +#define SDB_VERSION_PATCH 2 // increments for small sets of changes #define SDB_VERSION_MAX_LENGTH 128