diff options
author | Seung-Woo Kim <sw0312.kim@samsung.com> | 2019-01-02 16:17:44 +0900 |
---|---|---|
committer | Seung-Woo Kim <sw0312.kim@samsung.com> | 2019-01-02 16:17:46 +0900 |
commit | 363b3a908e20d162f64755d285d72c560e334a15 (patch) | |
tree | 5645418e59643fab6acbad24d208f7fd63bf4a72 | |
parent | 7984e9be606f2d2ab3c6df27f5cafcae908640b3 (diff) | |
download | lthor-363b3a908e20d162f64755d285d72c560e334a15.tar.gz lthor-363b3a908e20d162f64755d285d72c560e334a15.tar.bz2 lthor-363b3a908e20d162f64755d285d72c560e334a15.zip |
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 <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 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 <sw0312.kim@samsung.com> 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 |