From caba327459f61a49013463cefebdb963a4b95598 Mon Sep 17 00:00:00 2001 From: "ho.namkoong" Date: Mon, 28 Oct 2013 00:21:54 +0900 Subject: [PATCH] pkg version up 2.2.26 Change-Id: Ie19704bb16ca83c2147303c3f45c4ba803b9365d --- package/changelog | 3 +++ package/pkginfo.manifest | 2 +- package/pkginfo.manifest~ | 23 +++++++++++++++++++++++ src/common_modules.h | 2 +- 4 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 package/pkginfo.manifest~ diff --git a/package/changelog b/package/changelog index 4316708..974815c 100644 --- a/package/changelog +++ b/package/changelog @@ -1,3 +1,6 @@ +* 2.2.26 +- hot patch for tct stuck +== ho.namkoong 2013-10-25 * 2.2.25 - sdb version up 2.2.20 == ho.namkoong 2013-10-25 diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index 9cad71e..4bd4388 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,4 +1,4 @@ -Version:2.2.25 +Version:2.2.26 Source:sdb Maintainer:Kangho Kim , Yoonki Park, Hyunsik Noh, Gun Kim, Ho Namkoong, Taeyoung Son diff --git a/package/pkginfo.manifest~ b/package/pkginfo.manifest~ new file mode 100644 index 0000000..9cad71e --- /dev/null +++ b/package/pkginfo.manifest~ @@ -0,0 +1,23 @@ +Version:2.2.25 +Source:sdb +Maintainer:Kangho Kim , Yoonki Park, Hyunsik Noh, Gun Kim, Ho Namkoong, Taeyoung Son + +Package:sdb +OS:ubuntu-32 +Build-host-os:ubuntu-32 +Description:Smart Development Bridge for device management + +Package:sdb +OS:windows-32,windows-64 +Build-host-os:windows-32 +Description:Smart Development Bridge for device management + +Package:sdb +OS:ubuntu-64 +Build-host-os:ubuntu-64 +Description:Smart Development Bridge for device management + +Package:sdb +OS:macos-64 +Build-host-os:macos-64 +Description:Smart Development Bridge for device management diff --git a/src/common_modules.h b/src/common_modules.h index 904e88f..0ba43df 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 20 // increments for small sets of changes +#define SDB_VERSION_PATCH 26 // increments for small sets of changes #define SDB_VERSION_MAX_LENGTH 128 extern MAP hex_map; -- 2.34.1