From: yoonki.park Date: Fri, 15 Nov 2013 06:27:09 +0000 (+0900) Subject: SDB: version up to 2.2.32 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F42%2F12442%2F1;p=sdk%2Ftools%2Fsdb.git SDB: version up to 2.2.32 Change-Id: I9635f230b9eb1c157e17c843b2dfa7dff0c2db5c Signed-off-by: yoonki.park --- diff --git a/package/changelog b/package/changelog index 67b0d6c..c624eb9 100644 --- a/package/changelog +++ b/package/changelog @@ -1,3 +1,6 @@ +* 2.2.32 +- remove debug fatal log when sdb is just booted up +== yoonki.park 2013-11-15 * 2.2.31 - fix pull bug in Windows == ho.namkoong 2013-11-13 diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index 5fbb322..19b2754 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,4 +1,4 @@ -Version:2.2.31 +Version:2.2.32 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 d8b09a3..3fa5e02 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 31 // increments for small sets of changes +#define SDB_VERSION_PATCH 32 // increments for small sets of changes #define SDB_VERSION_MAX_LENGTH 128 extern MAP hex_map;