From: yoonki.park Date: Thu, 24 Oct 2013 19:10:52 +0000 (+0900) Subject: sdb version up 2.2.19 (pkg ver:2.2.24) X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a099d892c099a1d65354a989ce058d88fed9d447;p=sdk%2Ftools%2Fsdb.git sdb version up 2.2.19 (pkg ver:2.2.24) Change-Id: I6ad4b95f16a54c1da20982854b269aa781011497 Signed-off-by: yoonki.park --- diff --git a/package/changelog b/package/changelog index 85ba8ee..9e51497 100644 --- a/package/changelog +++ b/package/changelog @@ -1,3 +1,6 @@ +* 2.2.24 +- sdb version up 2.2.19 +== yoonki.park 2013-10-25 04:00 * 2.2.23 - fix map bug == ho.namkoong 2013-10-24 diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index 99496ca..cb8981f 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,4 +1,4 @@ -Version:2.2.23 +Version:2.2.24 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 7f2ce18..9fcb5e5 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 18 // increments for small sets of changes +#define SDB_VERSION_PATCH 19 // increments for small sets of changes #define SDB_VERSION_MAX_LENGTH 128 extern MAP hex_map;