From c52c158236d02dcded409ec2c85a726541d2033f Mon Sep 17 00:00:00 2001 From: "shingil.kang" Date: Fri, 6 Nov 2015 19:14:46 +0900 Subject: [PATCH] MISC: package version up to 2.2.71 Change-Id: I3bc7f213dae4d8b1bc0778681a2ee54c16179285 Signed-off-by: shingil.kang --- package/changelog | 3 +++ package/pkginfo.manifest | 2 +- src/common_modules.h | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/package/changelog b/package/changelog index 52753d1..702113d 100644 --- a/package/changelog +++ b/package/changelog @@ -1,3 +1,6 @@ +* 2.2.71 +- Reverted "Supported to connect on thread" +== shingil.kang 2015-11-06 * 2.2.70 - Modify uninstall routine to remove unnecessary option for pkgcmd. - Supported to connect on thread. diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index 37cd58a..1da490a 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,4 +1,4 @@ -Version:2.2.70 +Version:2.2.71 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 de0b639..f999242 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 70 // increments for small sets of changes +#define SDB_VERSION_PATCH 71 // increments for small sets of changes #define SDB_VERSION_MAX_LENGTH 128 -- 2.34.1