From: Seung-Woo Kim Date: Wed, 16 Jan 2019 08:11:05 +0000 (+0900) Subject: Bump version to 3.2 for Ubuntu 18.04 build X-Git-Tag: submit/trunk/20190927.044709^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_devbase_tools;p=tools%2Flthor.git Bump version to 3.2 for Ubuntu 18.04 build In version 3.2 build issue in Ubuntu 18.04 is resolved and build warnings are also removed. Change-Id: Idc4973bfea3b018095bb13f4445ac0307d354288 Signed-off-by: Seung-Woo Kim --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 5b00777..4bba475 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.1") +SET(PACKAGE_VERSION "3.2") IF("${CMAKE_BUILD_TYPE}" STREQUAL "") diff --git a/debian/changelog b/debian/changelog index 49c3627..fe0899f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +lthor (3.2) unstable; urgency=low + + * Upgraded to v3.2 + * fix network build error with aio_sigevent in Ubuntu 18.04 + + -- Seung-Woo Kim Wed, 16 Jan 2019 17:09:42 +0900 + lthor (3.1) unstable; urgency=low * Upgraded to v3.1 diff --git a/packaging/lthor.spec b/packaging/lthor.spec index b1daab1..4c670de 100644 --- a/packaging/lthor.spec +++ b/packaging/lthor.spec @@ -3,7 +3,7 @@ # Name: lthor Summary: Flashing tool for Tizen lunchbox -Version: 3.1 +Version: 3.2 Release: 1 Group: Development/Tools/Other License: Apache