From 132bb5a0ac84b1e0682bdb05548815640891a7e1 Mon Sep 17 00:00:00 2001 From: "yoonki.park" Date: Fri, 15 Nov 2013 15:27:09 +0900 Subject: [PATCH] SDB: version up to 2.2.32 Change-Id: I9635f230b9eb1c157e17c843b2dfa7dff0c2db5c Signed-off-by: yoonki.park --- package/changelog | 3 +++ package/pkginfo.manifest | 2 +- src/common_modules.h | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) 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; -- 2.34.1