From 3757a23ac09e81631d2cd5940ac21c75b7f4e73c Mon Sep 17 00:00:00 2001 From: "ho.namkoong" Date: Fri, 1 Nov 2013 14:58:24 +0900 Subject: [PATCH] SDB: FDEVENT: pkg version up 2.2.30 pkg upload for patching web debug Change-Id: I25d6407bf7b2c8bd031e34727e9672ef383014f8 --- 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 f95485b..b43df24 100644 --- a/package/changelog +++ b/package/changelog @@ -1,3 +1,6 @@ +* 2.2.30 +- fix web debug in Unix +== ho.namkoong 2013-11-01 * 2.2.29 - calling gksudo has been removed from uninstall script == ho.namkoong 2013-10-31 diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index dec5d0b..2a722be 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,4 +1,4 @@ -Version:2.2.29 +Version:2.2.30 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 1cdf866..3c47531 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 29 // increments for small sets of changes +#define SDB_VERSION_PATCH 30 // increments for small sets of changes #define SDB_VERSION_MAX_LENGTH 128 extern MAP hex_map; -- 2.34.1