From: Kim Gunsoo Date: Thu, 24 Sep 2015 12:17:44 +0000 (+0900) Subject: MISC: package version up to 2.2.68 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=43ffae897e3920dc92ef46cae038192a7144c8fd;p=sdk%2Ftools%2Fsdb.git MISC: package version up to 2.2.68 Change-Id: Id7366fcd0c197f71ab890b337c581d3db9e266f9 Signed-off-by: Kim Gunsoo --- diff --git a/package/changelog b/package/changelog index 060107a..50e6837 100644 --- a/package/changelog +++ b/package/changelog @@ -1,3 +1,6 @@ +* 2.2.68 +- Give debug option -G when installing app package. +== gunsoo83.kim 2015-09-24 * 2.2.67 - Modify the connect() utility function for Windows OS. == gunsoo83.kim 2015-09-23 diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index 45c5ff4..5312638 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,4 +1,4 @@ -Version:2.2.67 +Version:2.2.68 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 e7f4560..72b4a0d 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 67 // increments for small sets of changes +#define SDB_VERSION_PATCH 68 // increments for small sets of changes #define SDB_VERSION_MAX_LENGTH 128