Skip to content

Commit ae00b5a

Browse files
committed
[Release] update version for Tizen release
Update version info for Tizen 10.0 M2 release. Signed-off-by: Jaeyun Jung <[email protected]>
1 parent 33ba391 commit ae00b5a

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ OPTION(ENABLE_CUSTOM_CONNECTION "Enable custom connection" ON)
1212
OPTION(MQTT_SUPPORT "Enable MQTT" OFF)
1313

1414
IF (NOT DEFINED VERSION)
15-
SET(VERSION 0.2.6)
15+
SET(VERSION 0.2.8)
1616
ENDIF()
1717

1818
# GoogleTest requires at least C++11 and match the nnstreamer cpp version.

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
nnstreamer-edge (0.2.8.0) unstable bionic focal jammy noble; urgency=medium
2+
3+
* 0.2.8 Release (Tizen 10.0 M2)
4+
5+
-- Sangjung Woo <[email protected]> Wed, 27 Aug 2025 10:30:00 +0900
6+
17
nnstreamer-edge (0.2.6.0) unstable bionic focal jammy; urgency=medium
28

39
* 0.2.6 Release (Tizen 9.0 M2)

packaging/nnstreamer-edge.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Summary: Common library set for nnstreamer-edge
1818
# 2. Ubuntu : ./debian/changelog
1919
# 3. Tizen : ./packaging/nnstreamer-edge.spec
2020
# 4. TizenRT : ./tools/build_TizenRT/Makefile
21-
Version: 0.2.6
21+
Version: 0.2.8
2222
Release: 1
2323
Group: Machine Learning/ML Framework
2424
Packager: Sangjung Woo <[email protected]>
@@ -216,6 +216,9 @@ rm -rf %{buildroot}
216216
%endif # unittest
217217

218218
%changelog
219+
* Wed Aug 27 2025 Sangjung Woo <[email protected]>
220+
- Release of 0.2.8 (Tizen 10.0 M2)
221+
219222
* Mon Sep 02 2024 Sangjung Woo <[email protected]>
220223
- Release of 0.2.6 (Tizen 9.0 M2)
221224

tools/build_TizenRT/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
-include $(TOPDIR)/Make.defs
5555

5656
# Set nnstreamer-edge version
57-
VERSION = 0.2.6
57+
VERSION = 0.2.8
5858
VERSION_MAJOR = $(word 1,$(subst ., ,$(VERSION)))
5959
VERSION_MINOR = $(word 2,$(subst ., ,$(VERSION)))
6060
VERSION_MICRO = $(word 3,$(subst ., ,$(VERSION)))

0 commit comments

Comments
 (0)