From: Kim Gunsoo Date: Wed, 23 Sep 2015 10:23:49 +0000 (+0900) Subject: MISC: package version up to 2.2.67 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=df83a744e545f0fa97e61c865c0d446c9c747dc8;p=sdk%2Ftools%2Fsdb.git MISC: package version up to 2.2.67 Change-Id: I2a163b642920c2a2249d0bb22c20090f8791ee17 Signed-off-by: Kim Gunsoo --- diff --git a/package/changelog b/package/changelog index fe30ad3..060107a 100644 --- a/package/changelog +++ b/package/changelog @@ -1,3 +1,6 @@ +* 2.2.67 +- Modify the connect() utility function for Windows OS. +== gunsoo83.kim 2015-09-23 * 2.2.66 - Bug fix: support install/uninstall a package with a name containing spaces. == gunsoo83.kim 2015-09-18 diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index 3e432b0..45c5ff4 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,4 +1,4 @@ -Version:2.2.66 +Version:2.2.67 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 82ca4ce..e7f4560 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 66 // increments for small sets of changes +#define SDB_VERSION_PATCH 67 // increments for small sets of changes #define SDB_VERSION_MAX_LENGTH 128