diff options
-rw-r--r-- | package/changelog | 4 | ||||
-rw-r--r-- | package/pkginfo.manifest | 2 | ||||
-rw-r--r-- | src/common_modules.h | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/package/changelog b/package/changelog index c624eb9..2020379 100644 --- a/package/changelog +++ b/package/changelog @@ -1,3 +1,7 @@ +* 2.2.33 +- support suspended mode +- fix service parsing bug +== ho.namkoong <ho.namkoong@samsung.com> 2013-11-26 * 2.2.32 - remove debug fatal log when sdb is just booted up == yoonki.park <yoonki.park@samsung.com> 2013-11-15 diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index 19b2754..e681541 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,4 +1,4 @@ -Version:2.2.32 +Version:2.2.33 Source:sdb Maintainer:Kangho Kim <kh5325.kim@samsung.com>, Yoonki Park<yoonki.park@samsung.com>, Hyunsik Noh<hyunsik.noh@samsung.com>, Gun Kim<gune.kim@samsung.com>, Ho Namkoong<ho.namkoong@samsung.com>, Taeyoung Son<taeyoung2.son@samsung.com> diff --git a/src/common_modules.h b/src/common_modules.h index 1f2ed05..4ecc2b7 100644 --- a/src/common_modules.h +++ b/src/common_modules.h @@ -39,7 +39,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 32 // increments for small sets of changes +#define SDB_VERSION_PATCH 33 // increments for small sets of changes #define SDB_VERSION_MAX_LENGTH 128 extern MAP hex_map; |