summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 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