From: Kim Gunsoo Date: Wed, 19 Oct 2016 02:17:44 +0000 (+0900) Subject: Version up to 2.2.91 for SDB client/server. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c220051bb7827341afd3b73810f17a5eae2ee1fe;p=sdk%2Ftools%2Fsdb.git Version up to 2.2.91 for SDB client/server. Change-Id: Ib8f3384bde50540afc0972f7256301b461645611 Signed-off-by: Kim Gunsoo --- diff --git a/package/changelog b/package/changelog index b2a8cf9..4c65e69 100644 --- a/package/changelog +++ b/package/changelog @@ -1,3 +1,6 @@ +* 2.2.91 +- version up to 2.2.91 for SDB client/server. +== gunsoo83.kim 2016-10-19 * 2.2.90 - Fixed the bug that transport with same serial number is generated multiply. = SangJin Kim 2016-10-18 diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index a67307a..8f816a7 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,4 +1,4 @@ -Version:2.2.90 +Version:2.2.91 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 3591370..1a58b41 100644 --- a/src/common_modules.h +++ b/src/common_modules.h @@ -41,7 +41,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 88 // increments for small sets of changes +#define SDB_VERSION_PATCH 91 // increments for small sets of changes #define SDB_VERSION_MAX_LENGTH 128