Skip to content

Commit

Permalink
[Release] update version
Browse files Browse the repository at this point in the history
Prepare Tizen 9.0 M2 release, update version.

Signed-off-by: Jaeyun Jung <jy1210.jung@samsung.com>
  • Loading branch information
jaeyun-jung committed Sep 3, 2024
1 parent f4b41cf commit e1abb09
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 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.5)
SET(VERSION 0.2.6)
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.6.0) unstable bionic focal jammy; urgency=medium

* 0.2.6 Release (Tizen 9.0 M2)

-- Sangjung Woo <sangjung.woo@samsung.com> Mon, 02 Sep 2024 11:00:00 +0900

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

* 0.2.5 Start development of 0.2.5 for next release (0.2.6)
Expand Down
5 changes: 4 additions & 1 deletion packaging/nnstreamer-edge.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Summary: Common library set for nnstreamer-edge
# 2. Ubuntu : ./debian/changelog
# 3. Tizen : ./packaging/nnstreamer-edge.spec
# 4. TizenRT : ./tools/build_TizenRT/Makefile
Version: 0.2.5
Version: 0.2.6
Release: 1
Group: Machine Learning/ML Framework
Packager: Sangjung Woo <sangjung.woo@samsung.com>
Expand Down Expand Up @@ -198,6 +198,9 @@ rm -rf %{buildroot}
%endif # unittest

%changelog
* Mon Sep 02 2024 Sangjung Woo <sangjung.woo@samsung.com>
- Release of 0.2.6 (Tizen 9.0 M2)

* Fri Sep 15 2023 Sangjung Woo <sangjung.woo@samsung.com>
- Start development of 0.2.5 for next release (0.2.6)

Expand Down
2 changes: 1 addition & 1 deletion tools/build_TizenRT/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
-include $(TOPDIR)/Make.defs

# Set nnstreamer-edge version
VERSION = 0.2.5
VERSION = 0.2.6
VERSION_MAJOR = $(word 1,$(subst ., ,$(VERSION)))
VERSION_MINOR = $(word 2,$(subst ., ,$(VERSION)))
VERSION_MICRO = $(word 3,$(subst ., ,$(VERSION)))
Expand Down

0 comments on commit e1abb09

Please sign in to comment.