Update version, start implementation for next release.
Signed-off-by: Jaeyun Jung <jy1210.jung@samsung.com>
OPTION(AITT_SUPPORT "Enable AITT" OFF)
IF (NOT DEFINED VERSION)
- SET(VERSION 0.2.4)
+ SET(VERSION 0.2.5)
ENDIF()
# GoogleTest requires at least C++11 and match the nnstreamer cpp version.
+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)
+
+ -- Sangjung Woo <sangjung.woo@samsung.com> Fri, 15 Sep 2023 18:30:00 +0900
+
nnstreamer-edge (0.2.4.0) unstable xenial bionic focal; urgency=medium
* 0.2.4 Release (Tizen 8.0 M2)
# 1. CMake : ./CMakeLists.txt
# 2. Ubuntu : ./debian/changelog
# 3. Tizen : ./packaging/nnstreamer-edge.spec
-Version: 0.2.4
+Version: 0.2.5
Release: 1
Group: Machine Learning/ML Framework
Packager: Sangjung Woo <sangjung.woo@samsung.com>
%endif # unittest
%changelog
+* Fri Sep 15 2023 Sangjung Woo <sangjung.woo@samsung.com>
+- Start development of 0.2.5 for next release (0.2.6)
+
* Tue Sep 12 2023 Sangjung Woo <sangjung.woo@samsung.com>
- Release of 0.2.4 (Tizen 8.0 M2)