From: shingil.kang Date: Fri, 18 Dec 2015 03:31:42 +0000 (+0900) Subject: MISC: package version up to 2.2.73 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=912e46c8b57a895b52b167ffc929b0afc0f64075;p=sdk%2Ftools%2Fsdb.git MISC: package version up to 2.2.73 Change-Id: I124a856be65707e732a365914a2a3c94428a835d Signed-off-by: shingil.kang --- diff --git a/package/changelog b/package/changelog index c700d88..5958bf4 100644 --- a/package/changelog +++ b/package/changelog @@ -1,3 +1,6 @@ +* 2.2.73 +- Modify the packet size in transport protocol. +== shingil.kang 2015-12-18 * 2.2.72 - Remove unnecessary console msg in shell protocol with 2.3.1. - Add KEEP_ALIVE option to the socket connected with sdbd. diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index 7477acc..c699477 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,4 +1,4 @@ -Version:2.2.72 +Version:2.2.73 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 5c4640a..9fd50c9 100644 --- a/src/common_modules.h +++ b/src/common_modules.h @@ -42,7 +42,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 72 // increments for small sets of changes +#define SDB_VERSION_PATCH 73 // increments for small sets of changes #define SDB_VERSION_MAX_LENGTH 128