diff options
-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 4bba475..ff16201 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.2") +SET(PACKAGE_VERSION "3.3") IF("${CMAKE_BUILD_TYPE}" STREQUAL "") diff --git a/debian/changelog b/debian/changelog index fe0899f..df7c729 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +lthor (3.3) unstable; urgency=low + + * Upgraded to v3.3 + * fix issue for sent file size less than 1KB + + -- Seung-Woo Kim <sw0312.kim@samsung.com> Fri, 11 Oct 2024 15:22:12 +0900 + lthor (3.2) unstable; urgency=low * Upgraded to v3.2 diff --git a/packaging/lthor.spec b/packaging/lthor.spec index 4c670de..1129c37 100644 --- a/packaging/lthor.spec +++ b/packaging/lthor.spec @@ -3,7 +3,7 @@ # Name: lthor Summary: Flashing tool for Tizen lunchbox -Version: 3.2 +Version: 3.3 Release: 1 Group: Development/Tools/Other License: Apache |