From 4839f6d62e107df13fb51df589a4981a8e3f0f36 Mon Sep 17 00:00:00 2001 From: "ho.namkoong" Date: Mon, 28 Oct 2013 17:41:50 +0900 Subject: [PATCH] pkg version up 2.2.27 Change-Id: I07efde5939756ab8b600bd187e9a6ab0d95b3558 --- package/changelog | 3 +++ package/pkginfo.manifest | 2 +- package/pkginfo.manifest~ | 23 ----------------------- src/common_modules.h | 2 +- 4 files changed, 5 insertions(+), 25 deletions(-) delete mode 100644 package/pkginfo.manifest~ diff --git a/package/changelog b/package/changelog index 974815c..d3bed33 100644 --- a/package/changelog +++ b/package/changelog @@ -1,3 +1,6 @@ +* 2.2.27 +- bug fix for Windows disconnect +== ho.namkoong 2013-10-28 * 2.2.26 - hot patch for tct stuck == ho.namkoong 2013-10-25 diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index 4bd4388..396a3ee 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,4 +1,4 @@ -Version:2.2.26 +Version:2.2.27 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~ deleted file mode 100644 index 9cad71e..0000000 --- a/package/pkginfo.manifest~ +++ /dev/null @@ -1,23 +0,0 @@ -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 0ba43df..d2011d8 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 26 // increments for small sets of changes +#define SDB_VERSION_PATCH 27 // increments for small sets of changes #define SDB_VERSION_MAX_LENGTH 128 extern MAP hex_map; -- 2.34.1