From 9ad71413a2b621867cd23dba3a603e456a1d6da3 Mon Sep 17 00:00:00 2001 From: "shingil.kang" Date: Thu, 16 Jun 2016 17:49:27 +0900 Subject: [PATCH] Package version up (2.2.86) Change-Id: I8d582abab1ca41fa6068a31b98aa21c81d83d7e1 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 7637eef..4994b80 100644 --- a/package/changelog +++ b/package/changelog @@ -1,3 +1,6 @@ +* 2.2.86 +- "Revert "Add protocol to get the platform type of target."" +== shingil.kang 2016-06-16 * 2.2.85 - Added client API that it is possible to obtain a fail msg. == gunsoo83.kim 2016-06-14 diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index 01b529d..a58fa46 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,4 +1,4 @@ -Version:2.2.85 +Version:2.2.86 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 68a7ee7..a220324 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 85 // increments for small sets of changes +#define SDB_VERSION_PATCH 86 // increments for small sets of changes #define SDB_VERSION_MAX_LENGTH 128 -- 2.34.1