From 6ba76fcdea8521b1354b0c63cb1ea8fcb5cff7d3 Mon Sep 17 00:00:00 2001 From: "yoonki.park" Date: Thu, 31 Oct 2013 15:58:18 +0900 Subject: [PATCH] version up to 2.2.29 Change-Id: I18b4b0d6a690de3dc57f80cb81e01bdb65d45d73 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 661fdd8..f95485b 100644 --- a/package/changelog +++ b/package/changelog @@ -1,3 +1,6 @@ +* 2.2.29 +- calling gksudo has been removed from uninstall script +== ho.namkoong 2013-10-31 * 2.2.28 - display pull/push progress on cmdline == ho.namkoong 2013-10-28 diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index 1059d83..dec5d0b 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,4 +1,4 @@ -Version:2.2.28 +Version:2.2.29 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 9a57adf..1cdf866 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 28 // increments for small sets of changes +#define SDB_VERSION_PATCH 29 // increments for small sets of changes #define SDB_VERSION_MAX_LENGTH 128 extern MAP hex_map; -- 2.34.1