Skip to content

Commit

Permalink
Release of 0.2.2, LTS for TizenRT
Browse files Browse the repository at this point in the history
This is new LTS release for TizenRT.

Signed-off-by: gichan2-jang <[email protected]>
  • Loading branch information
gichan-jang authored and jaeyun-jung committed Jun 2, 2023
1 parent 4bedb21 commit d5e8b8b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ OPTION(MQTT_SUPPORT "Enable MQTT" OFF)
OPTION(AITT_SUPPORT "Enable AITT" OFF)

IF (NOT DEFINED VERSION)
SET(VERSION 0.2.1)
SET(VERSION 0.2.2)
ENDIF()

# GoogleTest requires at least C++11 and match the nnstreamer cpp version.
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
nnstreamer-edge (0.2.2.0) unstable xenial bionic focal; urgency=medium

* 0.2.2 Release (LTS for TizenRT)

-- Sangjung Woo <[email protected]> Fri, 02 Jun 2023 12:50:00 +0900

nnstreamer-edge (0.2.1.0) unstable xenial bionic focal; urgency=medium

* 0.2.1 Start development of 0.2.1 for Tizen 7.5 release (0.2.2)
Expand Down
5 changes: 4 additions & 1 deletion packaging/nnstreamer-edge.spec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Summary: Common library set for nnstreamer-edge
# 1. CMake : ./CMakeLists.txt
# 2. Ubuntu : ./debian/changelog
# 3. Tizen : ./packaging/nnstreamer-edge.spec
Version: 0.2.1
Version: 0.2.2
Release: 1
Group: Machine Learning/ML Framework
Packager: Sangjung Woo <[email protected]>
Expand Down Expand Up @@ -206,6 +206,9 @@ rm -rf %{buildroot}
%endif # unittest

%changelog
* Fri Jun 02 2023 Sangjung Woo <[email protected]>
- Release of 0.2.2 (LTS for TizenRT)

* Fri Sep 30 2022 Sangjung Woo <[email protected]>
- Start development of 0.2.1 for Tizen 7.5 release (0.2.2)

Expand Down

0 comments on commit d5e8b8b

Please sign in to comment.