diff options
author | Seung-Woo Kim <sw0312.kim@samsung.com> | 2018-04-30 14:59:56 +0900 |
---|---|---|
committer | Seung-Woo Kim <sw0312.kim@samsung.com> | 2018-07-02 10:21:36 +0900 |
commit | 3e069f25737da3325f748acb308af77173b36518 (patch) | |
tree | 1e21543ab4593e5619e87240cd81bddb22a32cde | |
parent | abef03307fab2c2298487645219139f8c1155409 (diff) | |
download | lthor-3e069f25737da3325f748acb308af77173b36518.tar.gz lthor-3e069f25737da3325f748acb308af77173b36518.tar.bz2 lthor-3e069f25737da3325f748acb308af77173b36518.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-x | CMakeLists.txt | 2 | ||||
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | packaging/lthor.spec | 2 |
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 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 |