[Edge] version info
authorJaeyun <jy1210.jung@samsung.com>
Fri, 1 Jul 2022 09:14:27 +0000 (18:14 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Sun, 3 Jul 2022 03:43:42 +0000 (12:43 +0900)
Update version to 0.1.0 and add note about version information.

Signed-off-by: Jaeyun <jy1210.jung@samsung.com>
CMakeLists.txt
debian/changelog
debian/rules
packaging/nnstreamer-edge.spec

index 168f681c391be0f59aa4b965ac1ee8e8ef1bed5f..b46fb440cd3ec63a0f15540fcd27b233f51bf8a2 100644 (file)
@@ -5,7 +5,7 @@ OPTION(ENABLE_TEST      "Enable Test case" OFF)
 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.
index 2f95183baf9b62f088c21d70214830956abe4cbb..6d5e3efb6f92105f8813e05c0d65a822354398b0 100644 (file)
@@ -1,3 +1,9 @@
+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
index 4ba124cf89d8348fa7f2a8116693490ac65cd7b0..89f0bd1fc25203389c7e4ec0334a622fa68e4599 100755 (executable)
@@ -18,10 +18,9 @@ export DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
 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)
index 2b65a8b7c6cd28d504576e4da544def14e5100ef..2a906479e94975ccfbfb9b1958f80b3635068f6a 100644 (file)
@@ -2,7 +2,11 @@
 
 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>
@@ -143,3 +147,10 @@ rm -rf %{buildroot}
 %{_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