[Release] start impl for next release
authorJaeyun Jung <jy1210.jung@samsung.com>
Fri, 15 Sep 2023 09:35:46 +0000 (18:35 +0900)
committerjaeyun-jung <39614140+jaeyun-jung@users.noreply.github.com>
Tue, 19 Sep 2023 02:34:54 +0000 (11:34 +0900)
Update version, start implementation for next release.

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

index b0376b260bc252af7a07bf45f8e87b30db75b8fe..5627b6616bbd8565cb444f89a9203e5b1661b62a 100644 (file)
@@ -12,7 +12,7 @@ OPTION(MQTT_SUPPORT     "Enable MQTT" OFF)
 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.
index eefe2e7bd6d2832031a78366467d9a46e3fa0944..41208aece886b8a8edce040065ca93e6ca80ada5 100644 (file)
@@ -1,3 +1,9 @@
+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)
index a8c9f9830c41f3128179645dd1eb0a5671421436..890df83dad2e38489a96c3c9ae97d1d67d2558b9 100644 (file)
@@ -18,7 +18,7 @@ Summary:    Common library set for nnstreamer-edge
 # 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>
@@ -206,6 +206,9 @@ rm -rf %{buildroot}
 %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)