summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeung-Woo Kim <sw0312.kim@samsung.com>2018-04-30 14:59:56 +0900
committerSeung-Woo Kim <sw0312.kim@samsung.com>2018-05-31 19:32:29 +0900
commitdc4e3faafc7a7643cedd09903c3f9a3d51709127 (patch)
tree3a88d3283dfa5b790fbe82d50377c5668e4faa5b
parent28cc8ee159d3582f2edab2825b86a477cb4ee648 (diff)
downloadlthor-dc4e3faafc7a7643cedd09903c3f9a3d51709127.tar.gz
lthor-dc4e3faafc7a7643cedd09903c3f9a3d51709127.tar.bz2
lthor-dc4e3faafc7a7643cedd09903c3f9a3d51709127.zip
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 <sw0312.kim@samsung.com>
-rwxr-xr-xCMakeLists.txt2
-rw-r--r--debian/changelog7
-rw-r--r--packaging/lthor.spec2
3 files changed, 9 insertions, 2 deletions
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 <sw0312.kim@samsung.com> 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 8bc0188..1407427 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