From: Seung-Woo Kim Date: Wed, 2 Jan 2019 07:17:44 +0000 (+0900) Subject: Bump version to 3.1 fixing crash in network mode X-Git-Tag: submit/trunk/20190927.044709~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=363b3a908e20d162f64755d285d72c560e334a15;p=tools%2Flthor.git Bump version to 3.1 fixing crash in network mode In version 3.0, -o0 optimization has segment falut crash and it is fixed. To show the modification clearly, bump version to 3.1. Change-Id: I0ef174d2a780007248f59f07669055d7b40c0ebb Signed-off-by: Seung-Woo Kim --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 5267bd4..5b00777 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 "3.0") +SET(PACKAGE_VERSION "3.1") IF("${CMAKE_BUILD_TYPE}" STREQUAL "") diff --git a/debian/changelog b/debian/changelog index c408284..49c3627 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +lthor (3.1) unstable; urgency=low + + * Upgraded to v3.1 + * fix network flash crash with -o0 optimization build + + -- Seung-Woo Kim Wed, 2 Jan 2019 16:16:35 +0900 + lthor (3.0) unstable; urgency=low * Upgraded to v3.0 diff --git a/packaging/lthor.spec b/packaging/lthor.spec index 1407427..b1daab1 100644 --- a/packaging/lthor.spec +++ b/packaging/lthor.spec @@ -3,7 +3,7 @@ # Name: lthor Summary: Flashing tool for Tizen lunchbox -Version: 3.0 +Version: 3.1 Release: 1 Group: Development/Tools/Other License: Apache