From cfd3062790a566f8ca7ba497d45f6830f98a2222 Mon Sep 17 00:00:00 2001 From: Seung-Woo Kim Date: Fri, 8 Nov 2024 15:17:53 +0900 Subject: [PATCH] Bump version to 3.3 In version 3.3 lthor, issue for thor sent file size less than 1KB is fixed Change-Id: I18b64284327e0e9393bf22cabe1873c13aafd72b Signed-off-by: Seung-Woo Kim --- CMakeLists.txt | 2 +- debian/changelog | 7 +++++++ 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 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 1e4b7b0..d97e79f 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 -- 2.34.1