From: Seung-Woo Kim Date: Mon, 30 Apr 2018 05:59:56 +0000 (+0900) Subject: Bump version to 3.0 supporting THOR protocol 5.0 and network mode X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3e069f25737da3325f748acb308af77173b36518;p=tools%2Flthor.git Bump version to 3.0 supporting THOR protocol 5.0 and network mode The lthor 3.0 supports THOR protocol 5.0 which can send file more than 4GB and supports flashing via network. Change-Id: I7c8429d01488281b2ae4c59f7846da78ee1a80e7 Signed-off-by: Seung-Woo Kim --- diff --git a/CMakeLists.txt b/CMakeLists.txt index e4f315c..5267bd4 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,7 @@ SET(PKGNAME "${PACKAGE}") SET(PREFIX ${CMAKE_INSTALL_PREFIX}) SET(BINDIR "${PREFIX}/bin") -SET(PACKAGE_VERSION "2.0") +SET(PACKAGE_VERSION "3.0") IF("${CMAKE_BUILD_TYPE}" STREQUAL "") diff --git a/debian/changelog b/debian/changelog index 9f1a3f1..c408284 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +lthor (3.0) unstable; urgency=low + + * Upgraded to v3.0 + * Support THOR protocol 5.0 and flashing via network + + -- Seung-Woo Kim Fri, 4 May 2018 11:20:12 +0900 + lthor (2.0) unstable; urgency=low * Upgraded to v2.0 diff --git a/packaging/lthor.spec b/packaging/lthor.spec index 686f37b..c5ec363 100644 --- a/packaging/lthor.spec +++ b/packaging/lthor.spec @@ -3,7 +3,7 @@ # Name: lthor Summary: Flashing tool for Tizen lunchbox -Version: 2.0 +Version: 3.0 Release: 1 Group: Development/Tools/Other License: Apache