From: ho.namkoong Date: Wed, 13 Nov 2013 11:10:09 +0000 (+0900) Subject: SDB: pkg version up 2.2.31 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=30766b9f843ced5e730900bd339d349f356fe445;p=sdk%2Ftools%2Fsdb.git SDB: pkg version up 2.2.31 Change-Id: Ic1f10af798e8152b5c42dc620abb667ccb79a6dc --- diff --git a/package/changelog b/package/changelog index b43df24..67b0d6c 100644 --- a/package/changelog +++ b/package/changelog @@ -1,3 +1,6 @@ +* 2.2.31 +- fix pull bug in Windows +== ho.namkoong 2013-11-13 * 2.2.30 - fix web debug in Unix == ho.namkoong 2013-11-01 diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index 2a722be..5fbb322 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,4 +1,4 @@ -Version:2.2.30 +Version:2.2.31 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 3c47531..d8b09a3 100644 --- a/src/common_modules.h +++ b/src/common_modules.h @@ -38,7 +38,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 30 // increments for small sets of changes +#define SDB_VERSION_PATCH 31 // increments for small sets of changes #define SDB_VERSION_MAX_LENGTH 128 extern MAP hex_map;