summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeung-Woo Kim <sw0312.kim@samsung.com>2024-11-08 15:17:53 +0900
committerSeung-Woo Kim <sw0312.kim@samsung.com>2024-11-08 15:22:20 +0900
commit702e8433a34e4576a438b1e5ea8ca8b4d2a2c4cf (patch)
tree1e1fe9e4c79f7fca397f82ab8ceed830c49849f9
parent44fd10dbfa4d4952f933407bb6d75f300b0c919f (diff)
downloadlthor-devel.tar.gz
lthor-devel.tar.bz2
lthor-devel.zip
Bump version to 3.3HEADmasterdevel
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 <sw0312.kim@samsung.com>
-rwxr-xr-xCMakeLists.txt2
-rw-r--r--debian/changelog7
-rw-r--r--packaging/lthor.spec2
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