From 908aff0ad17de2f6ed5226f6cff3bdf7428cb3ef Mon Sep 17 00:00:00 2001 From: "ho.namkoong" Date: Wed, 8 Jan 2014 17:11:45 +0900 Subject: [PATCH] SDB: pkg version up 2.2.44 Change-Id: Ib384b316c478968cd71bf1c60f28aaf44635c506 Signed-off-by: ho.namkoong --- 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 dd5e5e1..e1b7786 100644 --- a/package/changelog +++ b/package/changelog @@ -1,3 +1,6 @@ +* 2.2.44 +- remove sudo when install sdb +== ho.namkoong 2013-01-08 * 2.2.43 - run tsudo only one time, enable Windows autocomplete == ho.namkoong 2013-01-08 diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index fedda88..0a88d0a 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,4 +1,4 @@ -Version:2.2.43 +Version:2.2.44 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 b79034a..20a3deb 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 43 // increments for small sets of changes +#define SDB_VERSION_PATCH 44 // increments for small sets of changes #define SDB_VERSION_MAX_LENGTH 128 extern MAP hex_map; -- 2.34.1