Prepare Tizen 9.0 M2 release, update version.
Signed-off-by: Jaeyun Jung <jy1210.jung@samsung.com>
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.
+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)
# 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>
%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)
-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)))