Update version to 0.1.0 and add note about version information.
Signed-off-by: Jaeyun <jy1210.jung@samsung.com>
OPTION(ENABLE_DEBUG "Enable Debug" OFF)
IF (NOT DEFINED VERSION)
- SET(VERSION 0.0.1)
+ SET(VERSION 0.1.0)
ENDIF()
# GoogleTest requires at least C++11 and match the nnstreamer cpp version.
+nnstreamer-edge (0.1.0.0) unstable xenial bionic focal; urgency=medium
+
+ * 0.1.0 development starts after migrating edge interfaces from nnstreamer repogitory.
+
+ -- Sangjung Woo <sangjung.woo@samsung.com> Fri, 1 Jul 2022 17:00:00 +0900
+
nnstreamer-edge (0.0.1.0) unstable xenial bionic; urgency=medium
* 0.0.1 development starts
export BUILDDIR=build
EDGE_INSTALL_LIBDIR=lib/$(DEB_HOST_MULTIARCH)
-VERSION=0.0.5
%:
dh $@ --buildsystem=cmake --builddirectory=build --parallel
override_dh_auto_configure:
- dh_auto_configure -- -DVERSION=$(VERSION) -DCMAKE_INSTALL_LIBDIR=$(EDGE_INSTALL_LIBDIR)
+ dh_auto_configure -- -DCMAKE_INSTALL_LIBDIR=$(EDGE_INSTALL_LIBDIR)
Name: nnstreamer-edge
Summary: Common library set for nnstreamer-edge
-Version: 0.0.1
+# Synchronize the version of nnstreamer-edge library.
+# 1. CMake : ./CMakeLists.txt
+# 2. Ubuntu : ./debian/changelog
+# 3. Tizen : ./packaging/nnstreamer-edge.spec
+Version: 0.1.0
Release: 1
Group: Machine Learning/ML Framework
Packager: Sangjung Woo <sangjung.woo@samsung.com>
%{_datadir}/nnstreamer-edge/unittest/*
%endif
%endif # unittest
+
+%changelog
+* Fri Jul 1 2022 Sangjung Woo <sangjung.woo@samsung.com>
+- Start development of 0.1.0
+
+* Wed Sep 01 2021 Sangjung Woo <sangjung.woo@samsung.com>
+- Start development of 0.0.1